master_status: SUCCESS (or FAILED) to retrieve the full extraction payload. The response contains per-document OCR fields and pairwise cross-check comparisons across all uploaded documents.
Endpoint
Request headers
JWT access token obtained from POST /authtoken.
Query parameters
The UUID of the completed flow, as returned by POST /flow/init.
Response
ocr_data array
Each item in ocr_data corresponds to one uploaded document.
List of OCR extraction results, one per uploaded document.
cross_checks array
Each item represents a single pairwise field comparison between two documents.
Pairwise validation results across all uploaded documents.
Example
Error responses
| Status | Meaning |
|---|---|
400 | Missing required ['flow_uuid'] parameters — the query parameter was not included. |
401 | Invalid token — the Token header is missing, expired, or invalid. |
409 | Flow not found — no flow exists for the provided flow_uuid. |