Get Job
Jobs
Get Job
Poll the status of an async job
GET
Get Job
Returns the status and (if completed) result of an async job. Use this endpoint to poll jobs created by passing
?async=true to /generate/image or /render.
Authentication
Bearer token.
Bearer <api-key-or-jwt>.Path Parameters
The job ID returned by the
?async=true endpoint.Lifecycle
Jobs progress through these states:pending— queued, not yet picked up by a consumerprocessing— actively generatingcompleted— finished,resultis populatedfailed— something went wrong,erroris populated
status is completed or failed.