Skip to main content
For the complete documentation index for agents and LLMs, see llms.txt.

List Job Results

GET 

/api/v2/workspaces/:workspace_id/jobs/:job_id/results

Returns job results.

In addition to the job result's own fields, 'select' also accepts 'query_id' and 'result_id' — values extracted from the underlying pipeline response for the result's first answer. These aren't real columns: they're only available through 'select', not on a full (unselected) response, and they can be 'null' if the query failed or produced no answer.

Request

Responses

Successful Response