v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-01441490.1 KB
Chatbot

Get Chatbot analytics

get/chatbot/analytics

Query parameters

chatbot_idstring

Response

number_of_chatsinteger

The number of chats the chatbot has participated in

number_of_messagesinteger

The total number of messages the chatbot has exchanged

Example response

{
  "number_of_chats": 1,
  "number_of_messages": 2
}