/jobs/:job_id

Step 2: Request a job's status until it is finished.

List of status codes

Status code

Meaning

new

The job was just created and will be scheduled soon.

working

The job was scheduled and is being worked on according to the scheduling.

finishing

All data for the job has been collected and the results are being compiled.

finished

The job was processed completely and is ready to be downloaded.

cancelled

The job's processing was cancelled. It cannot be downloaded. No credits have been booked for this job.

Further status codes may exist or be added later.

List of error codes

Error code

Meaning

unauthorized

No token provided or token is not valid.

job not found

No job could be found for a given job_id.

job forbidden

User with a given token is not allowed to access the the given job.

too many requests

Usage of this endpoint is rate-limited to 60 requests per minute.

Further error codes may be added.

Language
Credentials
Query
Click Try It! to start a request and see the response here!