> ## 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 context items values

> List the sampled values for a context item field (e.g. a table column).

List the sampled values for a context item field (e.g. a table column).

## Usage

```bash theme={null}
modus context items values [flags]
```

## Arguments

| Name  |          | Description       |
| ----- | -------- | ----------------- |
| `uid` | required | Context item uid. |

## Flags

| Flag                 | Type   | Description                                                |
| -------------------- | ------ | ---------------------------------------------------------- |
| `--context-type`     | string | Context type of the item.                                  |
| `--content-key-path` | string | Dot-path to the field within content (e.g. columns.email). |
| `--page-size`        | string | Items per page (default 25, max 200).                      |
| `--page-token`       | string | Opaque page token from a previous response.                |

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

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