Skip to main content
GET
Get Sendflow Reports Summary

Description

This endpoint returns aggregated Sendflow metrics for a specific flow. You can filter by date range, channels, and countries. Results are cached for 5 minutes for the same workspace and query.

Headers

string
required
Your API key for authentication.
string
required
Your workspace ID for authentication.

Path Parameters

string
required
The unique identifier of the Sendflow.

Query Parameters

string
Optional start of the date range. Accepts RFC3339 (YYYY-MM-DDTHH:mm:ssZ) or YYYY-MM-DD. If omitted, no lower date bound is applied. Sample: 2024-01-01T00:00:00Z.
string
Optional end of the date range. Accepts RFC3339 (YYYY-MM-DDTHH:mm:ssZ) or YYYY-MM-DD. If omitted, no upper date bound is applied. Sample: 2024-01-31T00:00:00Z.
string
Optional comma-separated channel filter. If omitted, metrics include all channels. Possible values: sms, email, whatsapp, rcs. Sample: whatsapp,sms.
string
Optional comma-separated ISO country codes. If omitted, metrics include all countries. Sample: US,IN.

Response

boolean
Indicates whether the API call was successful.
string
Success or error message from the API.
object
Aggregated Sendflow metrics containing:
integer
Total number of Sendflow requests.
integer
Number of messages submitted.
integer
Number of messages sent.
integer
Number of messages delivered.
integer
Number of messages acknowledged.
integer
Number of failed executions or deliveries.
number
Total cost for the selected period.