Get Document Status
GET/external/v1/projects/:projectId/documents/:documentId/status
Returns the processing status of a document in the given project.
Download the result only after the status is COMPLETED. Poll every 5-10 seconds. Terminal statuses: COMPLETED, ERROR, QUOTA_EXCEEDED and QUOTA_ERROR.
Request
Responses
- 200
- 401
- 403
- 404
Current processing status
Missing or invalid API key / credentials.
Often an empty body. Some auth failures return application/problem+json
with type, title, status, and detail (no instance or problemCode).
Project not accessible
Project or document not found