Request for Interval Complete, Service Level Target %, and Met SLA Metrics from Genesys Cloud API

We need to obtain the following three metrics:
Interval Complete,
Service Level Target %, and
Met SLA.
We would like to know how to retrieve this data and the formulas required to calculate these metrics. We're using the API endpoint: https://api.mypurecloud.ie/api/v2/analytics/conversations/aggregates/query.

Could you please guide us on how to obtain these three metrics and the formulas for their calculation?

Thanks.

Interval Complete isn't a metric, it's a flag that as far as I know isn't actually available from the aggregate endpoint. Off hand I think it's literally just returning whether the interval end is <= now.

The other metrics are;

"oServiceTarget"
"nOverSla",
"tAnswered",

MetSLA = tAnswered - nOverSla

Thank you so much...

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.