v1

latestOpenAPI 3.1.02026-07-1245137133.6 KB
jobs

List Jobs

Retrieve a list of jobs with optional filtering by workflow ID or job status.

get/api/v1/jobs/

Query parameters

workflow_idstring uuid nullable
statusstring nullable

Headers

unstructured-api-keystring nullable

Response

Successful Response

idstring uuid required
workflow_idstring uuid required
workflow_namestring required
status'SCHEDULED' | 'IN_PROGRESS' | 'COMPLETED' | 'STOPPED' | 'FAILED' | 'REJECTED' required
created_atstring date-time required
runtimestring duration nullable
input_file_idsstring[] nullable
job_type'ephemeral' | 'persistent' | 'scheduled' | 'template'