Hi,
The API you are calling supports paging and the default page size is 10.
Therefore you only get 10 items.
You can specify a different count (page size) -e.g. 50, which would return all your queues - or you can use cursor and count to page through the items.
See the documentation here: