Get Document Status
GET/external/v1/documents/:documentId/status
Returns the processing status of a document previously uploaded via POST /external/v1/documents/upload.
Typical statuses include PROCESSING, COMPLETED, and ERROR. Download the result only after the status is COMPLETED. Terminal statuses: COMPLETED, ERROR, and quota failure statuses.
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).
Access denied
Document not found