Get the result of a NQL forecast
NQL
Get the result of a NQL forecast
This endpoint is used to poll forecast result after it’s ran.
GET
Get the result of a NQL forecast
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for a job.
Response
OK
Unique identifier for the job.
Company that ran the job.
The timestamp representing when the job finished.
The timestamp representing when the job was created.
causes of job failure
The unique ID associated with the job.
Example:
{
"type": "api_user",
"company_id": 1,
"user_id": 1248
}Available options:
failed, cancelled, completed, pending, pending_cancellation, running The timestamp representing when the job was updated.
The query and it's compiled sql sent to the executor.

