Get a forecast job
Poll a forecast job started by POST /nql/run with an EXPLAIN statement. result is null until
the job reaches completed or failed, then carries either the forecast or the failure message.
Only forecast jobs are served here. Statements run through POST /v1/nql/execute are workflow runs;
follow those through the workflows endpoints.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier for a job.
Response
OK
A forecast job, started by an EXPLAIN statement.
Unique identifier for the job.
Company that ran the job.
345
The timestamp representing when the job was created.
causes of job failure
The unique ID associated with the job.
failed, cancelled, completed, pending, scheduled, pending_cancellation, running The timestamp representing when the job was updated.
The query and its compiled SQL as sent to the executor.
When the job finished, or null while it is still pending or running.
The forecast once the job has completed, or the failure that ended it. Null while the job is pending or running.
- Option 1
- Option 2

