> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmodus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# modus workflows runs get

> Get a single workflow run.

Get a single workflow run.

## Usage

```bash theme={null}
modus workflows runs get [flags]
```

## Arguments

| Name    |          | Description                                                                               |
| ------- | -------- | ----------------------------------------------------------------------------------------- |
| `id`    | required | Workflow id.                                                                              |
| `runId` | required | Run id — use the run's `workflowId` field from `workflows runs list`, not its `id` field. |

## Flags

| Flag                | Type   | Description                                   |
| ------------------- | ------ | --------------------------------------------- |
| `--temporal-run-id` | string | Disambiguate retried runs by Temporal run id. |

Global: `--pretty` — human-readable table output instead of compact JSON.

## Examples

```bash theme={null}
modus workflows runs get 42 <workflowId from `runs list`> --temporal-run-id <temporalRunId from `runs list`>
```

See [CLI quickstart](/guides/cli) for install and auth.
