v5

latestOpenAPI 3.1.02026-08-04166362486.5 KB
extractions

Get extraction job result

Get detailed information about a specific extraction job.

Args: job_id: The ID of the extraction job.

Returns: Detailed information about the extraction job.

get/v1/extractions/jobs/{job_id}

Path parameters

job_idstring required

The ID of the extraction job to retrieve

The ID of the extraction job to retrieve

Response

Detailed information about an extraction job

idstring uuid required

Unique identifier for the extraction job

organization_idstring uuid required

ID of the organization that owns this job

file_idstring uuid required

ID of the file being extracted

created_atstring date-time required

When the job was created

updated_atstring date-time required

When the job was last updated

started_atstring date-time nullable required

When the job started processing

finished_atstring date-time nullable required

When the job finished processing

status'pending' | 'in_progress' | 'cancelled' | 'completed' | 'failed' required
errorobject nullable required

Error information if failed

json_schemaobject required

The JSON schema used for extraction