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
19curl --request POST \
--url https://a.klaviyo.com/api/flow-series-reports \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--header 'revision: 2025-01-15' \
--data '
{
"data": {
"type": "flow-series-report",
"attributes": {
"timeframe": {
"key": "last_12_months"
},
"interval": "daily"
}
}
}
'
xxxxxxxxxx
78}
{
"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
]