Request
Bearer sk_live_...Filter by pipeline:
audio, text, image, video. (video is reserved for an upcoming pipeline.)Filter by status:
created, pending, processing, completed, failed.Page size, 1–100. Default 20.
The
nextCursor value from the previous page.Response
Job summaries:
id, type, status, name (original filename, audio and image jobs), error (failed jobs), metrics (completed jobs), createdAt, completedAt.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.