Get Conversations
Page describing the API for getting list of conversations
The resource allows retrieving conversations generated in PMA within a specific time period.
Get conversations
POST
https://api.jelou.ai/v1/external/conversations/attended
Query Parameters
Name
Type
Description
limit
Int
Total of conversations. Default: 10
page
Int
Page number
Request Body
Name
Type
Description
startAt*
Date
Start date of the range to be queried
endAt*
Date
end date of the range to be queried
botId
String
Bot ID
Example:
Last updated
Was this helpful?