Flow Reporting API and UI discrepancy
I am trying to use reporting API to get the same values as the dashboard.
I am getting 100% match for campaigns but not for flows.
API: https://a.klaviyo.com/api/flow-values-reports
{
"data": {
"type": "flow-values-report",
"attributes": {
"timeframe": {
"start": "2025-03-01T00:00:00-04:00",
"end": "2025-03-31T23:59:59-04:00"
},
"statistics": [
"conversion_value"
],
"conversion_metric_id": "VYi3ed",
}
}
}
I have tried lots of trial and error, it never matched 100%
