Messages

Get message analytics

SecuritybasicAuth
Request
path Parameters
bot_id
required
string

Identifies the bot.

query Parameters
version
required
string

Identifies the bot version.

start_time
required
string

The starting date for the time range of the data series.

end_time
required
string

The ending date for the time range of the data series, exclusive.

channel_type
string

Filter by specific channel.

language
string

Filter by specific language.

bucket
string

Time interval in which results will be grouped. Supported values are 1h, 1d, 1w. The interval should be smaller than the range specified in the [start_time,end_time).

Responses
200

A successful response.

Response Schema: application/json
object (SeriesData)
Array of objects (Serie)
series_labels
Array of strings
x_values
Array of strings
get/v1/bots/{bot_id}/messages
Request samples
Response samples
application/json
{
  • "data": {
    • "series": [
      ],
    • "series_labels": [
      ],
    • "x_values": [
      ]
    }
}