v1

latestOpenAPI 3.1.02026-08-06284092.1 KB
jobs

List jobs

List jobs visible to the caller, newest first.

Cursor-paginated. Optionally filter by lifecycle status and/or by workflow_id (matches all jobs for that workflow).

Visibility is role-scoped within the active organization: ADMIN and OWNER see every job in the org; VIEWER and MEMBER see only their own.

get/api/v2/jobs

Query parameters

cursorstring nullable
limitinteger nullable
status'in_progress' | 'analysing' | 'completed' | 'completed_with_errors' | 'abandoned'

Filter to jobs in this status.

workflow_idstring nullable

Filter to jobs of this workflow family.

Filter to jobs of this workflow family.

Response

Successful Response

next_cursorstring nullable

Opaque cursor to fetch the next page. Null when this is the last page.

limitinteger required

Page size that was applied.

Example response

{
  "limit": 50
}