API Documentation
Chatbot Appearance
Chatbot Custom Content
Chatbot Follow Up Prompts
Chatbot Icons
Chatbot Links
Chatbot Messages
Chatbot Personas
Chatbot Prompts
Chatbot Quick Prompts
Chatbot Settings
Chatbot Threads
Fetch All Threads
Fetch all threads of the chatbot
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Response
Success Response
Data returned from the server
List of threads of the chatbot
Chat User
Timestamp indicating when the user is created
Email Id of the user
Id of the user
Name of the user
Phone Number of the user
Timestamp indicating when the user is last updated
Indicates whether the user is verified or not
Timestamp indicating when the thread has been ended
Indicates whether the thread is escalated or not
Indicates whether the thread is marked as important or not
Last message of a thread
Id of the chatbot this message belongs to
Indicates whether this message is escalated or not
GPT Model used to answer the question
Url of the icon used in this message
Id of the message
Type of the message in the thread
NORMAL_MESSAGE
, USER_MESSAGE
, AGENT_MESSAGE
, SYSTEM_MESSAGE
Quick prompts that have been configured by chatbot owner
Description of the quick-prompt. This is the message that will be sent to the chatbot when you click on the quick-prompt inside the chatbot.
Id of the quick-prompt
Link of the quick prompt. If this link is not null, then when you click on the quick prompt in the chatbot, this link will be opened instead of sending a message to the chatbot.
Title of the quick-prompt. This is the text that is shown as button in the chatbot.
User's reaction to the message
POSITIVE
, NEGATIVE
, NEUTRAL
Sources used to answer the question
Type of the message if type of the message is SYSTEM_MESSAGE
CONVERSATION_ESCALATED
, EXCEEDED_USAGE_LIMITS
, EMAIL_VERIFIED
, ENTERED_WRONG_OTP
, PROVIDED_EMAIL
, PERSONA_SELECTED
, PROBLEMS_WITH_UPSTREAM_PROVIDER
Id of the thread this message belongs to
Mode of the thread
AI
, AGENT
Indicates whether the thread is resolved or not
Timestamp indicating when the thread has been started
Id of the chatbot thread
Count of total GPT-4 messages
x > 0
Count of total messages
x > 0
Number of messages that have are already read
Count of total negative messages
x > 0
Count of total positive messages
x > 0
Timestamp indicating when the thread has been last updated
Overall message regarding the operation performed
Indicates whether this is success response or error response
Was this page helpful?