Fetching queues across divisions with Genesys Cloud JS SDK

Hey folks, trying to grab all queues for a client with multiple divisions using the genesys-cloud Node SDK. The getQueuesQueue call only returns queues for the default division. I’ve tried passing a divisionId but that just limits the scope further. Is there a way to iterate through all divisions or fetch globally without hardcoding IDs? Currently getting a 200 OK but only seeing half the queues I need. Any ideas?