List all RQL jobs

If you use a project access token, all rql jobs for that project will be returned. If you use an account access token, all rql jobs for the account will be returned.

Response

{
  "err" 0,
  "result": [
    { ... }, // RQL job resource
      ...
  ]
}
Language
Click Try It! to start a request and see the response here!