> ## 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 scopes conversations get

> Get a single conversation thread for a scope, including its messages.

Get a single conversation thread for a scope, including its messages.

## Usage

```bash theme={null}
modus scopes conversations get [flags]
```

## Arguments

| Name       |          | Description             |
| ---------- | -------- | ----------------------- |
| `id`       | required | Scope id.               |
| `threadId` | required | Conversation thread id. |

## Flags

| Flag              | Type   | Description             |
| ----------------- | ------ | ----------------------- |
| `--message-limit` | string | Max messages to return. |

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

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