cURL
curl --request GET \ --url https://api.upon-ai.com/api/knowledge-bases \ --header 'Authorization: Bearer <token>'
[ { "knowledgeBaseId": "<string>", "name": "<string>", "status": "<string>" } ]
Enumerate knowledge bases available to the workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace identifier.
Knowledge base summaries.