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

> List a scope's long-term memories.

List a scope's long-term memories.

## Usage

```bash theme={null}
modus scopes memories list [flags]
```

## Arguments

| Name |          | Description |
| ---- | -------- | ----------- |
| `id` | required | Scope id.   |

## Flags

| Flag           | Type   | Description                                      |
| -------------- | ------ | ------------------------------------------------ |
| `--user-id`    | string | Filter to memories tagged with this end-user id. |
| `--page-size`  | string | Items per page (default 25).                     |
| `--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.
