Skip to main content
GET
/
assistants
/
{assistant_id}
/
knowledge-bases
Get Assistant Knowledge Bases
curl --request GET \
  --url https://api.dev.opencorpus.ai/assistants/{assistant_id}/knowledge-bases \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

assistant_id
string<uuid>
required

Response

Successful Response

The response is of type Response Get Assistant Knowledge Bases Assistants Assistant Id Knowledge Bases Get · object.