Path Parameters
assistant_id
(string, required): The unique identifier of the assistant whose documents you want to list.
Response
The response is a JSON array of document objects, each containing details about a specific document.Response
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Successful Response
The response is of type any
.