GET /v1/jobs/:id
Poll the status of an extraction job. Oncestatus is completed, the full extracted data is included in the response.
Request
Headers
Path parameters
Example request
Responses by status
pending / processing
pending / processing
completed
completed
failed
failed
Polling strategy
Poll every 3-5 seconds. Jobs typically complete in 5-30 seconds.Python
Validation flags
When Parzo detects potential issues in the extracted data, it adds flags tovalidation_flags:
Validation flags do not block the extraction — you always receive the result. Use flags to decide whether to flag the document for manual review.