Skip to main content
Use this endpoint to retrieve daily analytics for a specific campaign. The response breaks down message delivery metrics (sent, delivered, read, failed) by day across the requested date range.

Endpoint

Authentication

Path Parameters

string
required
Your Convo project ID.
string
required
The unique ID of the campaign whose analytics you want to retrieve.

Request Body

string
required
ISO 8601 date-time string for the start of the analytics range. Example: "2024-01-01T00:00:00Z".
string
required
ISO 8601 date-time string for the end of the analytics range. Example: "2024-01-07T23:59:59Z".

Request Example

Response

Returns a chats array where each element represents one day’s analytics for the campaign.
array
Array of daily analytics objects. Each object contains the following fields:

Example Response

Error Responses