Hello,
SEMP has a few tricks up its sleeve for getting you results closer to what you need.
10 is the default for count of returned objects. So if you want more than that, you would need to set count=n .
Also, there is no need to grep for the queueName as you can add that to the select like so: select=queueName .
So my full query is: /SEMP/v2/monitor/msgVpns/connectors/queues?select=queueName&count=20
Hope that helps. The added parameters are discussed in the preamble of the SEMP APIs page.