Get Extraction Status
Reference for the GET /v1/extractions/:extraction_id endpoint.
GET /v1/extractions/:extraction_id
Retrieves the current extraction status and metadata for a specific job.
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. |