Get RQL job results

Response

The response will be a RQL job result resource, example:

{ "err" 0, "result": { "job_id": 123, // job id "result": { "rows": [{...}], "selectionColumns": [...], "columns": [...], "errors": [], "warnings": [], "rowcount": 1, "executionTime": 123 }, "job": {...} // A RQL job resource if expand=job is set in the query string } }```
Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
string

If the value is job, the response will contain the RQL job resource

Headers
string
required

Use a Project Access Token with 'read' scope

Response
200

success

Language
Click Try It! to start a request and see the response here!