Skip to main content
GET
Get AI Flow Reports Summary

Description

This endpoint returns aggregated AI flow (workflow) metrics for a specific flow. You can filter by date range and channels. 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 AI flow.

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.

Response

boolean
Indicates whether the API call was successful.
string
Success or error message from the API.
object
Aggregated AI flow metrics containing:
integer
Total number of flow requests.
integer
Number of messages submitted.
integer
Number of messages sent.
integer
Number of messages delivered.
integer
Number of failed executions or deliveries.
integer
Total number of users who entered the flow.
integer
Number of users who achieved the flow goal.
integer
Number of users who exited the flow before completion.
number
Percentage of users who completed the journey.
number
Average time to conversion.
number
Total cost for the selected period.