LlamaExtract

List Extract Runs

get/api/v1/extraction/runs

Query parameters

extraction_agent_idstring uuid required
skipinteger
limitinteger
statusstring nullable

Filter by status

Filter by status

run_idstring nullable

Filter by run ID

Filter by run ID

Cookies

sessionstring nullable

Response

Successful Response

totalinteger required

The total number of extraction runs

skipinteger required

The number of extraction runs skipped

limitinteger required

The maximum number of extraction runs returned

Changes

Changed in 3 of the 33 revisions of this API.6

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the gemini-1.5-flash enum value from the items/items/config/parse_model/anyOf[subschema #1: PublicModelName]/ response property for the response status 200

      response-property-enum-value-removed

    • removed the gemini-1.5-pro enum value from the items/items/config/parse_model/anyOf[subschema #1: PublicModelName]/ response property for the response status 200

      response-property-enum-value-removed

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter run_id

      new-optional-request-parameter

    • added the new optional query request parameter status

      new-optional-request-parameter