List Extract Jobs
List extraction jobs with optional filtering and pagination.
Filter by configuration_id, status, document_input_value, or creation date range. Results are returned newest-first. Use expand=configuration to include the full configuration used, and expand=extract_metadata for per-field metadata.
Query parameters
Filter by configuration ID
Filter by configuration ID
Filter by document input type (file_id or parse_job_id)
Filter by document input type (file_id or parse_job_id)
Filter by document input value
Filter by document input value
Filter by status
Filter by status
Number of items per page
Number of items per page
Token for pagination
Token for pagination
Include jobs created at or after this timestamp (inclusive)
Include jobs created at or after this timestamp (inclusive)
Include jobs created at or before this timestamp (inclusive)
Include jobs created at or before this timestamp (inclusive)
Filter by specific job IDs
Filter by specific job IDs
Additional fields to include: configuration, extract_metadata
Additional fields to include: configuration, extract_metadata
Cookies
Response
Successful Response
Example response
{
"items": [
{
"id": "ext-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"project_id": "prj-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"configuration_id": "cfg-11111111-2222-3333-4444-555555555555",
"document_input_value": "dfl-aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"configuration": {
"target_pages": "1,3,5-7",
"max_pages": 10,
"lang": "en",
"tier": "cost_effective",
"extract_version": "latest",
"extraction_target": "per_doc",
"system_prompt": "Extract all monetary values in USD. If a currency is not specified, assume USD.",
"parse_tier": "fast",
"parse_config_id": "cfg-11111111-2222-3333-4444-555555555555"
},
"status": "COMPLETED"
}
]
}