Skip to Content
API ReferenceList Page Jobs

List Page Jobs

List recent jobs for the authenticated user.

GET /api/page-jobs?limit=20&cursor=2026-02-23T00:00:00.000Z

Authentication

Required. API key or browser session.

Query params

ParamTypeDefaultDescription
limitinteger201-100
cursorISO datetimenonePagination cursor (createdAt from previous response)

Response

Status: 200 OK

{ "jobs": [ { "id": "uuid", "type": "single", "status": "queued", "createdAt": "2026-02-23T00:00:00.000Z" } ], "nextCursor": "2026-02-23T00:00:00.000Z" }

Errors

StatusErrorWhen
400Invalid query paramsBad limit/cursor
401Not authenticatedMissing or invalid auth
Last updated on