Skip to main content
GET
/
ai
/
knowledge-bases
List knowledge bases
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
}

Authorizations

Authorization
string
header
required

Query Parameters

limit
integer
offset
integer

Response

200 - application/json

Knowledge bases

data
object[]
has_more
boolean