List Extractions
Retrieve a paginated list of all extractions in your workspace. Filter by document ID, schema ID, or extraction status.
GET
/v1/extractionsQuery parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| cursor | string | — | Pagination cursor |
| limit | integer | 20 | Results per page (max 100) |
| document_id | string | — | Filter by document ID |
| schema_id | string | — | Filter by schema ID |
| status | string | — | Filter: completed, processing, failed |
Example
curl "https://api.talonic.com/v1/extractions?document_id=doc_xyz789" \
-H "Authorization: Bearer tlnc_sk_live_7f3a...x9k2"