JS SDK queue pagination across divisions

Trying to grab all queues via the JS SDK. The getQueues() call respects the default division, but I need everything. I see getQueuesByDivisionId but that requires knowing IDs first. Is there a bulk endpoint or a way to iterate without calling getDivisions() first?