Request
string
required
Bearer sk_live_...string
Filter by pipeline:
audio, text, image, video. (video is reserved for an upcoming pipeline.)string
Filter by status:
created, pending, processing, completed, failed.number
Page size, 1–100. Default 20.
string
The
nextCursor value from the previous page.Response
array
Job summaries:
id, type, status, name (original filename, audio and image jobs), error (failed jobs), metrics (completed jobs), createdAt, completedAt.string | null
Pass back as
cursor to fetch the next page. null when there are no more results.Example
GET /v1/jobs/:id for a job’s outputUrl or outputText.