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
- 200
- 422
Successful Response
Validation Error
Was this page helpful?