Appearance
List jobs
GET
/v1/jobs
Jobs created with this key, newest first. Cursor-paginated.
Authorizations
apiKey
An API key from the console (API keys). Only its SHA-256 is stored; it is shown once.
Type
HTTP (bearer)
Parameters
Query Parameters
utility
Type
string
Valid values
"html-pdf""split-pdf""zip-files""unzip-files""xls-to-xlsx"status
Type
string
Valid values
"queued""running""succeeded""failed""cancelled"limit
Type
integer
Minimum
1Maximum
100Default
25cursor
nextCursor from the previous page.
Type
string
Responses
A page of jobs.
application/json
JSON "items": [ { "id": "job_01K7Z3Q4N5P6R7S8T9V0W1X2Y3", "utility": "html-pdf", "mode": "sync", "status": "succeeded", "source": "api", "createdAt": "2026-09-10T17:30:08.412Z", "finishedAt": "2026-09-10T17:30:10.771Z", "totalMs": 2359, "upstreamMs": 2140, "errorCode": null, "apiKeyName": "billing-service", "userEmail": null, "fileCount": 1 } ], "nextCursor": "2026-09-10T17:30:08.412Z|job_01K7Z3Q4N5P6R7S8T9V0W1X2Y3"
{
}