# Get job

> The **Get Job** action returns a specific job from your UiPath Orchestrator tenant based on a (**Job ID**).

The **Get Job** action returns a specific job from your UiPath Orchestrator tenant based on a (**Job ID**).

## 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 Job** action.
3. Enter values for the input properties.

## Input properties

### Job ID

The id of the job you want to retrieve.

| Attribute | Details |
| --- | --- |
| **Type** | `Number` |
| **Required** | Yes |
| **Default value** | Empty |
| **Allowed values** | Enter a `Number` |
| **Notes** | N/A |

## Output properties

### Job

| Property | Data Type |
| --- | --- |
| **Job** | `Job` |
| **List Size** | `Number` |
| **List Index** | `Number` |

## Job object properties

| Property | Data Type |
| --- | --- |
| **ID** | `Number` |
| **Key** | `String` |
| **Info** | `String` |
| **Start Time** | `String` |
| **End Time** | `String` |
| **State** | `String` |
| **Source** | `String` |
| **Type** | `String` |
