Get Percentile numbers using Async Reports API

Hey all,

I am trying to get response time by percentile using the asynchronous reports API mentioned here: https://docs.apigee.com/api-platform/analytics/asynch-reports-api

So far I have only been able to get this information using the answer here from Dino which works great: https://community.apigee.com/questions/61409/retrieve-latency-percentiles-from-analytics-api-en.html but haven't been able to find anything when it comes to the Async API.

Can someone help point me in the right direction for this?

Thanks in advance,

Adam

0 2 167
2 REPLIES 2

Percentile queries are not supported in Async Reports API. In the metrics request body of the Async Reports API doc (https://docs.apigee.com/api-platform/analytics/asynch-reports-api#about-request-body), there is a link to the supported metrics/functions(avg, min, max, sum).

https://docs.apigee.com/api-platform/analytics/analytics-reference#metrics

Thanks.

Yes, there is no documentation about how to get percentile numbers. I guess I am hoping that it is supported but not documented in the Async API, the same way it is in the Sync API.