Endpoint
GET https://api.documind.cloud/api/v1/data/extractions/{extraction_id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
extraction_id | string (UUID) | Yes | ID of the extraction |
Response
{
"id": "extraction-id",
"document_id": "doc-id",
"results": {...},
"results_metadata": {
"batch_id": "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"
},
"reviewed_results": {...},
"needs_review": false,
"is_reviewed": false,
"status": "completed",
"error_message": null,
"created_at": "2026-06-03T10:30:00Z"
}