Skip to main content
Retrieve the status and, once complete, the result of a generation job. Poll this endpoint until status is done or failed.

Headers

string
required
Bearer <YOUR_API_KEY>. See Authentication.

Path parameters

string
required
UUID of the job, as returned by a generation request.

Response

string
UUID of the job.
string
One of queued, processing, done, failed. See Jobs & polling.
datetime
When the job was accepted.
datetime | null
When processing began. null while still queued.
datetime | null
When the job reached a terminal state. null until then.
object | null
Present only when status is done.
string | null
Failure reason. Present only when status is failed.
A 404 is returned for an unknown id or a job owned by another account.