v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-09194386949.7 KB
LlamaExtract

Get Run By Job Id

get/api/v1/extraction/runs/by-job/{job_id}

Path parameters

job_idstring uuid required

Query parameters

project_idstring uuid nullable
organization_idstring uuid nullable

Cookies

sessionstring nullable

Response

Successful Response

idstring uuid required

The id of the extraction run

created_atstring date-time nullable

Creation datetime

updated_atstring date-time nullable

Update datetime

project_idstring uuid required

The id of the project that the extraction run belongs to

extraction_agent_idstring uuid required

The id of the extraction agent

data_schemaobject required

The schema used for extraction

file_idstring uuid nullable

The id of the file that the extract was extracted from

status'CREATED' | 'PENDING' | 'SUCCESS' | 'ERROR' required
errorstring nullable

The error that occurred during extraction

job_idstring uuid nullable

The id of the job that the extraction run belongs to

extraction_metadataobject nullable

The metadata extracted from the file

from_uiboolean required

Whether this extraction run was triggered from the UI