Fetching the downlink queue of all devices using the api

Hello,

The title is self explanatory. Is it possible to fetch the downlink queues of all the devices of a given application? I have an application with 20 devices and I’m coding a dashboard where I will also show the current queued downlinks for each device. As I see it, currently 20 requests are made to fetch the queue per device. I am looking for a more efficient way to do this.

queue creating for corresponding device, not for application. thats why you need to check queue for each device separately.