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

> List integration connections the caller can use.

List integration connections the caller can use.

## Usage

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

## Flags

| Flag           | Type   | Description                                                 |
| -------------- | ------ | ----------------------------------------------------------- |
| `--type`       | string | Filter by integration category (e.g. postgresql, bigquery). |
| `--page-size`  | string | Items per page (default 25, max 100).                       |
| `--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 connections list
modus connections list --pretty
modus connections list --type bigquery
```

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