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

# Dashboards commands - Omni CLI

> Reference for the omni dashboards command group: download dashboards and manage dashboard filters.

[Download dashboards](/api/dashboard-downloads) and manage [dashboard filters](/api/dashboard-filters).

```bash theme={null}
omni dashboards <command>
```

| Command           | Description                   |
| ----------------- | ----------------------------- |
| `download`        | Initiate a dashboard download |
| `download-file`   | Get a download file           |
| `download-status` | Get download job status       |
| `get-filters`     | Get dashboard filters         |
| `update-filters`  | Update dashboard filters      |

```bash theme={null}
# Download dashboard
omni dashboards download <dashboardid>

# View help for update-filters command, including arguments and flag details
omni dashboards update-filters --help
```

<Note>
  Every command in this group also accepts the [global flags](/developers/cli/reference/global-flags), including `--token`, `--profile`, `--format`, and `--compact`.
</Note>
