Conversations
List conversation messages
Get a list of all the messages for a conversation
GET
/
chatbots
/
{chatbotId}
/
conversations
/
{conversationId}
/
messages
Request parameters
Path
The chatbot ID.
The conversation ID.
Query
The page number for pagination.
The sort order. Possible values:
date_desc
: Sort by date in descending order.date_asc
: Sort by date in ascending order.
Response
The status of the request. Will be success
if the request was successful, otherwise error
.