- Sync
- Async
Parameters
document_id(str): ID of the document to check
Returns
Dict[str, Any]: Status information including current status, potential errors, and other metadata
Examples
- Sync
- Async
Notes
- Common status values include:
"processing","completed","failed" - This is a lightweight endpoint useful for checking progress without fetching the full document.
- The SDK also provides a helper method for polling: see the document ingestion methods which can wait for completion automatically.

