Get Extraction Results
Reference for the GET /v1/extractions/:extraction_id/results endpoint.
GET /v1/extractions/:extraction_id/results
Retrieve the final structured JSON extraction results for all documents within an extraction job. If processing is still active, it returns results for the files that have finished so far.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
extraction_id | string | ✅ | The unique ID of the extraction job. |
Response 200 OK
Common Error Responses
| HTTP Status | Error Code | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing API key. |
404 | RESOURCE_NOT_FOUND | The requested extraction job does not exist or belongs to another account. |