Lists queues.
get/2023-10-12/farms/{farmId}/queues
Path parameters
farmIdstring required
The farm ID of the queue.
Query parameters
nextTokenstring
The token for the next set of results, or <code>null</code> to start from the beginning.
maxResultsinteger
The maximum number of results to return. Use this parameter with <code>NextToken</code> to get results as a set of sequential pages.
principalIdstring
The principal IDs to include in the list of queues.
status'IDLE' | 'SCHEDULING' | 'SCHEDULING_BLOCKED'
<p>The status of the queues listed.</p> <ul> <li> <p> <code>ACTIVE</code>–The queues are active.</p> </li> <li> <p> <code>SCHEDULING</code>–The queues are scheduling.</p> </li> <li> <p> <code>SCHEDULING_BLOCKED</code>–The queue scheduling is blocked for these queues.</p> </li> </ul>
Response
Success