> ## 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 runs active-by-session

> Look up active runs for specific session ids (e.g. --thread values from chat/run commands).

Look up active runs for specific session ids (e.g. --thread values from chat/run commands).

## Usage

```bash theme={null}
modus runs active-by-session [flags]
```

## Flags

| Flag        | Type   | Description                                |
| ----------- | ------ | ------------------------------------------ |
| `--session` | string | Session id to check (repeatable, max 100). |

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

## Examples

```bash theme={null}
modus runs active-by-session --session <sessionId> --session <sessionId2>
```

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