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

> Every dashboard (custom report grid) in this space.

## When to use

* "What dashboards do we have?"
* Before [`get_dashboard`](/mcp/tools/get-dashboard) when the user doesn't know the id.

## Parameters

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

## Output

```csv theme={null}
id,name,report_count,updated_at
12,Weekly Performance,8,2026-05-12T10:14:00Z
17,Q1 Snapshot,12,2026-04-01T18:00:00Z
```
