Skip to main content
GET
/
assistants
/
knowledge-base
List Knowledge Bases
curl --request GET \
  --url https://api.dev.opencorpus.ai/assistants/knowledge-base \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "data": {},
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

status
string
required
data
Data · object
message
string | null