curl --request GET \
--url https://api.wacht.dev/ai/knowledge-bases \
--header 'Authorization: <api-key>'{
"data": [
{
"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
}
],
"has_more": true
}Was this page helpful?
curl --request GET \
--url https://api.wacht.dev/ai/knowledge-bases \
--header 'Authorization: <api-key>'{
"data": [
{
"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
}
],
"has_more": true
}