get https://api.rollbar.com/api/1/rql/job//result
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
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
200success