> ## 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 list

> List organization context items (notes, links, saved queries, and more).

List organization context items (notes, links, saved queries, and more).

## Usage

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

## Flags

| Flag             | Type   | Description                                             |
| ---------------- | ------ | ------------------------------------------------------- |
| `--context-type` | string | Filter by context type (e.g. note, link, saved\_query). |
| `--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.

## Examples

```bash theme={null}
modus context items list
modus context items list --pretty
modus context items list --context-type note
```

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