Trying to grab all queues for our OTel tracing pipeline. The routing.queuesApi.getQueues() call only returns queues for the default division, missing the regional ones we need for span context injection.
const res = await client.routing.queuesApi.getQueues();
Is there a way to iterate through all divisions or pass a specific division ID to get the full list? The docs aren’t clear on handling multi-division environments. Need to map every queue ID to a trace root.