v37

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1170194628.0 KB
v1
Document

Get Document Status

Get processing status for an uploaded document.

Pass ?timeline=true to include step-by-step processing detail without changing the default flat status fields.

get/v1/document/status/{upload_id}

Path parameters

upload_idstring required

Query parameters

timelineboolean

When true, include a timeline object with ordered processing steps, per-step status, and timing. Default response shape is unchanged.

When true, include a timeline object with ordered processing steps, per-step status, and timing. Default response shape is unchanged.

Response

Document processing status. Include ?timeline=true for step detail.

upload_idstring required

Document upload identifier

statusstring required

Current processing status

progressnumber nullable

Overall progress from 0.0 to 1.0

current_pageinteger nullable

Current page being processed

total_pagesinteger nullable

Total pages in the document

errorstring nullable

Customer-safe error message when processing failed

timestampstring date-time nullable

Timestamp of the latest status update

page_idstring nullable

User-facing document Post ID, when available

workflow_typestring nullable

Processing backend type

messagestring nullable

Additional status message