Backend API
cURL
curl --request GET \ --url https://api.wacht.dev/ai/knowledge-bases/{kb_id} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "description": "<string>", "deployment_id": "<string>", "configuration": {}, "documents_count": 123, "total_size": 123 }
Knowledge base
Was this page helpful?