v34

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

Get Latest Run From Ui

get/api/v1/extraction/runs/latest-from-ui

Query parameters

extraction_agent_idstring uuid required

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