# Get queues

> Workato Get Queues action for retrieving the list of queues from a UiPath Orchestrator tenant.

The **Get Queues** action returns the list of queues from your UiPath Orchestrator tenant.

## How it works

The following steps are an example of how to configure the action and describes the input and output properties.

1. Complete the [Setup](https://docs.uipath.com/add-ins/other/latest/user-guide/workato-setup#setup) steps.
2. On your recipe, place the **Get Queues** action.

## Output properties

The list of properties returned from the action.

| Properties | Data Type |
| --- | --- |
| **Queue List** | `Queue[]` |
| **List Size** | `Number` |
| **Index** | `Number` |

### Queue

The list of properties in each Queue item.

| Properties | Data Type |
| --- | --- |
| **ID** | `Number` |
| **Name** | `String` |
| **Description** | `Number` |
