Skip to main content

List Extractions

Retrieve a paginated list of all extractions in your workspace. Filter by document ID, schema ID, or extraction status.

GET/v1/extractions

Query parameters

ParameterTypeDefaultDescription
cursorstringPagination cursor
limitinteger20Results per page (max 100)
document_idstringFilter by document ID
schema_idstringFilter by schema ID
statusstringFilter: completed, processing, failed

Example

curl "https://api.talonic.com/v1/extractions?document_id=doc_xyz789" \
  -H "Authorization: Bearer tlnc_sk_live_7f3a...x9k2"