Skip to main content
GET
/
api
/
knowledge-bases
List knowledge bases
curl --request GET \
  --url https://api.upon-ai.com/api/knowledge-bases \
  --header 'Authorization: Bearer <token>'
[
  {
    "knowledgeBaseId": "<string>",
    "name": "<string>",
    "status": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

workspaceId
integer
required

Workspace identifier.

Response

200 - application/json

Knowledge base summaries.

knowledgeBaseId
string
required
name
string
required
status
string
required