Knowledge Bases
Manage knowledge bases for agents
Last updated
Manage knowledge bases for agents
Last updated
GET /api/v1/knowledge-bases HTTP/1.1
Host: api.omnia-voice.com
X-API-Key: YOUR_API_KEY
Accept: */*
{
"data": [
{
"id": "text",
"name": "text",
"description": "text",
"sourceCount": 1,
"agentCount": 1,
"createdAt": "2025-12-13T09:39:44.340Z",
"updatedAt": "2025-12-13T09:39:44.340Z"
}
],
"pagination": {
"page": 1,
"limit": 1,
"total": 1,
"hasMore": true
}
}