List Extractions
Reference for the GET /v1/extractions endpoint.
GET /v1/extractions
Retrieve a paginated list of all extraction jobs submitted in your workspace. You can filter results by parser or status.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
parser_id | string | ❌ | Filter results by a specific parser ID. |
status | string | ❌ | Filter by status: queued, pending, processing, completed, failed, partial. Unknown values return 400. |
since | string | ❌ | ISO 8601 timestamp — return extractions updated after this time (useful for polling automation). |
limit | integer | ❌ | Number of items to return. Default is 50, max 100. |
cursor | string | ❌ | Pagination cursor from the previous page's response. |
Response 200 OK
Common Error Responses
| HTTP Status | Error Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key. |