Message history
Page describing the API for consulting the message history.
Chat History
GET
https://api.jelou.ai/v1/external/messages/history/BOT_ID
Path Parameters
Name
Type
Description
botId
string
Bot ID
Query Parameters
Name
Type
Description
limit
int
Number of messages to request
page
int
Number of page
startAt*
date
Start date of the range to be queried
endAt*
date
End date of the range to be queried
clientId
string
Client ID
messageId
string
Message ID
Request example
Last updated
Was this helpful?