Skip to main content

GET /v1/jobs/:id

Poll the status of an extraction job. Once status is completed, the full extracted data is included in the response.

Request

Headers Path parameters

Example request

Responses by status

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 to validation_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.