List jobs with pagination and optional status filtering.
first_id from the current page to fetch the previous page.last_id from the previous response to get the next page.created_at. Supported values: asc, desc.validatingqueuedin_progresscompletedfailedcancelledexpiredapi - Jobs created directly through the APIproject - Jobs associated with a request.project_idworkflow - Jobs associated with metadata.workflow_idrequest.project_id.metadata.workflow_id.metadata.workflow_node_id or metadata.node_id.request.model.request.document.filename or request.documents[].filename.pdf, png, jpg, docx, xlsx, csv, json, or xml.YYYY-MM-DD format.YYYY-MM-DD format.{"batch_id":"batch_001"}.request and response are omitted/null). Use include_request=true&include_response=true when you need full payloads.
include_response=true is limited to limit<=20 to keep response restoration bounded."list".created_at descending (newest first).after parameter for pagination.Pagination cursor (first ID from current page)
Pagination cursor (last ID from previous page)
Number of jobs to return
1 <= x <= 100Sort order by created_at
asc, desc Filter by job ID
Filter by status
validating, queued, in_progress, completed, failed, cancelled, expired Filter by endpoint
/v1/documents/extract, /v1/documents/parse, /v1/documents/split, /v1/documents/classify, /v1/schemas/generate, /v1/edit/agent/fill, /v1/edit/templates/fill, /v1/edit/templates/generate, /v1/evals/extract/process, /v1/evals/split/process, /v1/evals/classify/process, /v1/evals/extract/extract, /v1/evals/extract/split High-level source filter. Use api/project/workflow.
api, project, workflow Filter by request.project_id
Filter by metadata.workflow_id
Filter by metadata.workflow_node_id or metadata.node_id
Filter by request.model
Regex or plain text pattern applied to request filenames.
Plain text substring applied to request filenames.
Filter by document type. Can be repeated. Accepted values: bmp, csv, doc, docm, docx, dotm, dotx, eml, gif, heic, heif, htm, html, jpeg, jpg, json, md, mhtml, msg, odp, ods, odt, ots, ott, pdf, png, ppt, pptx, rtf, svg, tif, tiff, tsv, txt, webp, xlam, xls, xlsb, xlsm, xlsx, xltm, xltx, xml, yaml, yml.
Filter jobs created on or after this date (YYYY-MM-DD)
Filter jobs created on or before this date (YYYY-MM-DD)
JSON object string to filter metadata key/value pairs.
Whether to include the full original request body in each listed job.
Whether to include full response payloads in each listed job.