Skip to main content
Back to API List Use the Sessions History API to fetch all sessions within a desired time range and then use Conversation History API to fetch conversational messages between the bot and user in reverse chronological order. Supports pagination via offset/skip and limit parameters.
The Conversation History API provides timestamps in UTC format.
Version differences: V1 includes messages for all tasks with a maximum of 100 messages per request. v2 excludes Alert and Action task messages and supports up to 10,000 messages per request.
Timeline events, including the new system-triggered dialog message, are available only via Get Messages v2 — not via the Conversation History Lightweight API or Get Analytics API.

Path Parameters

Sample Request

GET v1:
GET v2:
POST v1:
POST v2:
Specific call IDs (voice channels):

Request Query Parameters (GET)

The duration between dateTo and dateFrom must be less than 7 days.

Request Body Parameters (POST)

Sample Response

GET method:

Response Body Parameters