GET
/
agents
/
{agentId}
/
kb
/
stats
curl --request GET \
  --url https://eu-voiceglow-runtime-vbmbkqccuq-ey.a.run.app/v3/agents/{agentId}/kb/stats \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "charCount": 123,
    "docsCount": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string
required

Response

200
application/json
Successful response
success
boolean
required
message
string
required
data
object
required