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

# Content commands - Omni CLI

> Reference for the omni content command group: list and search content.

List and search content in your organization. See the [Content API documentation](/api/content) for more information.

```bash theme={null}
omni content list
```

| Command  | Description                                       |
| -------- | ------------------------------------------------- |
| `list`   | List all content (dashboards, workbooks, folders) |
| `search` | Search dashboards                                 |

```bash wrap theme={null}
# Search dashboards by keyword
omni content search --q "revenue"
```

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