Get the processing status of a document
GEThttps://platform.docana.com/api/v1/documents/:id/status/
Intended for polling after an upload: the status moves from QUEUED through PROCESSING to COMPLETED or FAILED once ingestion finishes. The response is never cached.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The document id and its processing status
Invalid document id
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
Document not found or not accessible
Unexpected server error.