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
Start date in RFC3339 or YYYY-MM-DD format.
string
End date in RFC3339 or YYYY-MM-DD format.
string
Comma-separated channels. Possible values: sms, email, whatsapp, rcs.
string
Comma-separated ISO country codes.

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.