Get processing status of a document.
assistant_id
(string, required): The identifier of the assistant that owns the document.document_id
(string, required): The identifier of the document whose status you want to check.status
. The status will be one of processing
, completed
, or failed
.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful Response
The response is of type any
.