v34

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

Get Or Create Default Extraction Agent

Get or create the default extraction agent for the current project (empty schema, default config).

get/api/v1/extraction/extraction-agents/default

Query parameters

project_idstring uuid nullable
organization_idstring uuid nullable

Cookies

sessionstring nullable

Response

Successful Response

idstring uuid required

The id of the extraction agent.

namestring required

The name of the extraction agent.

project_idstring uuid required

The ID of the project that the extraction agent belongs to.

data_schemaobject required

The schema of the data.

custom_configuration'default' nullable

Custom configuration type for the extraction agent. Currently supports 'default'.

created_atstring date-time nullable

The creation time of the extraction agent.

updated_atstring date-time nullable

The last update time of the extraction agent.