Get Job Status
Jobs API reference guide
This page describes the jobs
endpoint.
Additional fields may be included in some responses you receive; however, these attributes are for internal purposes and are therefore undocumented.
Get job status and output
POST
/jobs/statuses
Get the status and output of the provided jobs.
Payload parameters
Attribute | Description | Required |
---|---|---|
jobIds |
| Yes |
wait |
| No |
pollInterval |
| No |
Response parameters
Attribute | Description |
---|---|
id |
|
state |
|
output |
|
Request example
The following request checks the status of the job specified in the payload.
Payload example
Response example
Last updated