cURL
curl --request GET \ --url https://api.upon-ai.com/api/knowledge-bases/{knowledgeBaseId} \ --header 'Authorization: Bearer <token>'
{ "knowledgeBaseId": "<string>", "name": "<string>", "status": "<string>", "description": "<string>", "sources": [ { "source_id": "<string>", "source_type": "<string>", "filename": "<string>" } ], "workspaceId": 123 }
Retrieve knowledge base metadata and ingestion status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Knowledge base identifier.
Workspace identifier.
Knowledge base details.
Show child attributes