List recent generation jobs
GET /v1/jobs
Returns a paginated list of your recent generation jobs, newest first. Each entry includes the job status, operation type, and — for completed jobs — the generation result with image URLs.
Use limit and offset for pagination. The total field tells you how many jobs exist in total.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Maximum number of results to return.
Maximum number of results to return.
Number of results to skip for pagination.
Number of results to skip for pagination.
Responses
Section titled “ Responses ”OK
object
List of recent generation jobs for the authenticated user.
object
UTC timestamp when the job finished (completed or failed). Omitted if pending.
UTC timestamp when the job was created.
Error details. Present only when status is failed.
object
Machine-readable error code (e.g. content_rejected, insufficient_credits).
Human-readable description of why the job failed.
Unique async job identifier.
Full generation result (same shape as synchronous create response). Present only when status is completed.
Number of scenes that have been generated so far.
Total number of scenes requested.
UTC timestamp when processing began. Omitted if not yet started.
Job status: pending, processing, completed, or failed.
Maximum number of results returned in this response.
Number of results skipped (for pagination).
Total number of generation jobs matching the query (before limit/offset).
Bad Request
object
Unauthorized
object
Payment Required
object
Forbidden
object
Not Found
object
Conflict
object
Unprocessable Entity
object
Too Many Requests
object
Unavailable For Legal Reasons
object
Internal Server Error
object
Bad Gateway
object
Service Unavailable