Get OCR job status
Retrieve the status and results of an OCR job. Returns job progress and metadata; full extracted text is included only when include_text=true.
GET
Authorizations
API key starting with sk_case_
Path Parameters
The OCR job ID returned from the create OCR endpoint
Query Parameters
Include full OCR text in completed responses (default: false)
Available options:
true, false Response
OCR job status and results
OCR job ID
Current job status
Available options:
pending, processing, completed, failed Job creation timestamp
Number of pages processed
Extracted text content when completed and include_text=true
Additional processing metadata
Job completion timestamp

