post https://a.klaviyo.com/api/flow-series-reports/
Returns the requested flow analytics series data
Rate limits:
Burst: 1/s
Steady: 2/m
Daily: 225/d
Scopes:
flows:read
Responses
Returns the requested flow analytics series data
Rate limits:
Burst: 1/s
Steady: 2/m
Daily: 225/d
Scopes:
flows:read
xxxxxxxxxx
25"filter": "and(equals(flow_id,\"abc123\"),contains-any(send_channel,[\"email\",\"sms\"]))"
curl --request POST \
--url https://a.klaviyo.com/api/flow-series-reports/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'revision: 2024-02-15' \
--data '
{
"data": {
"type": "flow-series-report",
"attributes": {
"timeframe": {
"key": "last_12_months"
},
"interval": "weekly",
"conversion_metric_id": "RESQ6t",
"filter": "and(equals(flow_id,\"abc123\"),contains-any(send_channel,[\"email\",\"sms\"]))"
}
}
}
'
xxxxxxxxxx
81}
{
"data": {
"type": "flow-series-report",
"attributes": {
"results": [
{
"groupings": {
"flow_id": "XVTP5Q",
"send_channel": "email",
"flow_message_id": "01GMRWDSA0ARTAKE1SFX8JGXAY"
},
"statistics": {
"opens": [
123,
156,
144
],
"open_rate": [
0.8253,
0.8722,
0.8398
]