Path Parameters
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.
Response
The response contains the document object, which includes the currentstatus
. The status will be one of processing
, completed
, or failed
.
Response
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Successful Response
The response is of type any
.