> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cometly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# list_subscriptions

> Scheduled report digest subscriptions for this space.

Lists recurring AI-summarized reports the space has configured (delivered to Slack / email on a cadence).

## Parameters

| Parameter | Type   | Required | Description                         |
| --------- | ------ | -------- | ----------------------------------- |
| `format`  | string | No       | `csv` (default), `json`, or `yaml`. |

## Output

```csv theme={null}
id,type,user_id,cadence,last_notified_at,data
17,App\Notifications\NotificationSubscriptions\ReportNotification,42,weekly,2026-05-13T09:00:00Z,{"report_id":42,"channel":"slack"}
```

`data` is the serialized subscription config — which report, recipients, channel preferences.
