Is it possible to retrieve queue latency via REST API?

Is it possible to retrieve the specific digital channel latency metrics displayed in the Performance dashboard via the Platform API? We require these values for external reporting, but the standard v2 analytics endpoints do not expose this field. The current response returns a 404 for the latency attribute:

{
 "code": "notFound",
 "message": "Attribute 'digital_latency' not available in v2/analytics/icd/details"
}