Skip to main content
GET
This endpoint retrieves a list of all documents that have been uploaded to a specific assistant’s knowledge base.

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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assistant_id
integer
required

Response

Successful Response