# Get robots

> The **Get Robots** action returns the list of robots from your UiPath Orchestrator tenant.

The **Get Robots** action returns the list of robots 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 Robots** action.

## Output properties

The list of properties returned from the action.

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

### Robot

The list of properties in each Robot.

| Properties | Data Type |
| --- | --- |
| **ID** | `Number` |
| **Name** | `String` |
| **Description** | `String` |
| **Machine ID** | `Number` |
| **Machine Name** | `String` |
| **Username** | `String` |
| **Type** | `String` |
| **Hosting type** | `String` |
