Get details of a specific extraction job
extraction_id returned from the Run Extraction endpoint.
| Status | Description |
|---|---|
pending | Job is queued for processing |
in_progress | Job is currently being processed |
processed | Processing completed successfully |
error | Processing encountered an error |
results object will only contain extracted data when the job status is processed. For other statuses, results will be empty.| Parameter | Type | Description |
|---|---|---|
include | string | Include additional data, e.g., verification_url |
as_lists | boolean | Transform extracted fields to consistent list format |
API key authentication. Add your API key with the X-API-Key header.