DOCS
Dashboardnorth_eastGet an API keyvpn_key
PAI Chat·Endpoint
GET/chat/saas/attribute-counts

Per-value conversation counts for a chatbot's attributes (SaaS team member acces

Per-value conversation counts for a chatbot's attributes (SaaS team member access)

GET/chat/searcharrow_forward
double_arrow
Returns 200
Array of objects.
report
Errors
StatusDescription
500Default Response
north_east
Request
curl -X GET 'https://chat-api-dev.paicloud.ai//chat/saas/attribute-counts' \
  -H 'Authorization: Bearer YOUR_API_TOKEN'
south_west
Response
200 OK
application/json
[
  {
    "name": "name",
    "value": "value",
    "count": 0
  }
]