Skip to main content
List your jobs, newest first, with cursor pagination.

Request

Authorization
string
required
Bearer sk_live_...
type
string
Filter by pipeline: audio, text, image, video. (video is reserved for an upcoming pipeline.)
status
string
Filter by status: created, pending, processing, completed, failed.
limit
number
Page size, 1–100. Default 20.
cursor
string
The nextCursor value from the previous page.

Response

items
array
Job summaries: id, type, status, name (original filename, audio and image jobs), error (failed jobs), metrics (completed jobs), createdAt, completedAt.
nextCursor
string | null
Pass back as cursor to fetch the next page. null when there are no more results.

Example

List items don’t include download URLs; fetch GET /v1/jobs/:id for a job’s outputUrl or outputText.