List all RQL jobs

If you use a project access token or an account token with project_id in the request, all rql jobs for that project will be returned. If you use an account access token without a project_id, all rql jobs for the account will be returned. # Response json { "err" 0, "result": [ { ... }, // RQL job resource ... ] }

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Project ID, required when using an Account Access Token with this endpoint.

int32

Page number starting from 1

Headers
string
required

Use a Project or Account Access Token with 'read' scope (Account tokens require a project_id to be specified)

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json