Hi there!
The documentation for GET /metrics explains that it is possible to use the equals filter on the integration.category property.
However the following
https://a.klaviyo.com/api/metrics/?filter=equals(integration.category,%22API%22)
returns an empty data object array.
Without the filter I can see that there are 19 metrics whose attributes.integration.category
is “API”.
Is there an additional criteria which should also be accounted for when filtering for this?
Thanks!