v1

latestOpenAPI 3.0.02026-07-268285163.6 KB
Conversations

Get conversations

Get the conversations processed in a given interval

get/conversations/skills/{bot_id}

Path parameters

bot_idstring required

ID of the bot

Query parameters

page_tokenstring required

As we use a pagination system to send the results, a page token system is in place to avoid API spamming. This value should be empty at first API call but then, this value will be provided in the nextPageToken field of the previous result. For instance, the pageToken to get the data for the 4th page will be provided when asking for the data of 3rd page, and so on.

langstring

The language code of the conversations. Ex fr-fr.

start_datestring date

Start date that need to be considered while retrieving the data. Accepted formats are ex: YYYY/MM/DD, YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS.fffZ

end_datestring date

End date that need to be considered while retrieving the data. Accepted formats are ex: YYYY/MM/DD, YYYY-MM-DD or YYYY-MM-DDTHH:MM:SS.fffZ

platform'messenger' | 'rcs' | 'skype' | 'sms' | 'slack' | 'telegram' | 'twitter' | 'viber' | 'whatsapp' | 'maxit' | 'application' | 'api' | 'other'

Platform where the conversations happened

Response

successful operation

logsobject[]
pagesinteger