

# Listing reserved queues
<a name="listing-viewing-reserved-queues"></a>

You can list the AWS Elemental MediaConvert queues that are associated with your Amazon Web Services account and get details about those queues. The following tabs show two options for listing your queues. 

------
#### [ Console  ]

To list your reserved queues by using the MediaConvert console, open the [Queues](https://console.amazonaws.cn/mediaconvert/home#/queues/list) page.

------
#### [ Amazon CLI  ]

The following `list-queues` example lists all of your queues.

```
aws mediaconvert list-queues
```

For more information about how list queues by using the Amazon CLI, see the [Amazon CLI Command Reference](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/mediaconvert/list-queues.html).

------