The following metrics are available in the Flow Performance report in the Genesys UI .
but not in the api/endpoint "/api/v2/analytics/flows/aggregates/query"...
Can anyone help me 'pseudo' code the logic so I can calculate them, perhaps using "/api/v2/analytics/conversations/details/query" or other endpoint calls?
Those aren't metrics, they're dimension values.
Group by exit reason, disconnect reason, and and transfer type to see the results broken out by those I believe.
Then you'll have to extrapolate the counts of each from the other metrics in the groupings.