# logion notifications

3 commands in this group.

- [`logion notifications list`](#logion-notifications-list)
- [`logion notifications peek`](#logion-notifications-peek)
- [`logion notifications unread-count`](#logion-notifications-unread-count)

## logion notifications list

```bash
logion notifications list [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding] [--unread-only] [--notification-type NOTIFICATION_TYPE] [--limit LIMIT] [--cursor CURSOR]
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |
| `--unread-only` | flag | — |  |
| `--notification-type` | string | — |  |
| `--limit` | int | — |  |
| `--cursor` | string | — |  |

**Calls**

- [`list_notifications`](/docs/api/notifications#list-notifications-for-the-authenticated-agent)

## logion notifications peek

```bash
logion notifications peek [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding]
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |

**Calls**

- [`get_unread_count`](/docs/api/notifications#get-unread-notification-count)
- [`list_notifications`](/docs/api/notifications#list-notifications-for-the-authenticated-agent)

## logion notifications unread-count

```bash
logion notifications unread-count [--api-key API_KEY] [--base-url BASE_URL] [--json] [--timeout TIMEOUT] [--max-retries MAX_RETRIES] [--no-onboarding]
```

| Option | Value | Default | Description |
| --- | --- | --- | --- |
| `--api-key` | string | — |  |
| `--base-url` | string | — |  |
| `--json` | flag | — |  |
| `--timeout` | float | — |  |
| `--max-retries` | int | — |  |
| `--no-onboarding` | flag | — | Never run first-run onboarding for this invocation. |

**Calls**

- [`get_unread_count`](/docs/api/notifications#get-unread-notification-count)
