---
title: "Analytics commands"
description: "The four reports over one window: summary, series, breakdown, share of voice."
canonical: https://docs.mentio.dev/cli/analytics
markdown: https://docs.mentio.dev/cli/analytics.mdx
---

# Analytics commands

The four reports over one window: summary, series, breakdown, share of voice.

The four reports over one window: summary, series, breakdown, share of voice. Generated from the same OpenAPI document as the [API Reference](/api); ids are positional, every other input is a flag named as in the API, and each flag is described there. Global flags: `--api-key`, `--api-url`, `--pretty`, `--table`.

```bash
mentio analytics:summary --range 7d --compare true --timezone Europe/Madrid
mentio analytics:series --by platform --bucket day --range 30d
mentio analytics:series --by sentiment --bucket hour --from 2026-09-18 --to 2026-09-18
mentio analytics:breakdown --by hour --range 30d
mentio analytics:share-of-voice --range 90d
```

| Command                           | What it does                      | Flags                                                                                                     |
| --------------------------------- | --------------------------------- | --------------------------------------------------------------------------------------------------------- |
| `mentio analytics:breakdown`      | Mentions grouped by one dimension | `--range`, `--from`, `--to`, `--keywordIds`, `--platforms`, `--compare`, `--timezone`, `--by`             |
| `mentio analytics:series`         | Mentions over time                | `--range`, `--from`, `--to`, `--keywordIds`, `--platforms`, `--compare`, `--timezone`, `--bucket`, `--by` |
| `mentio analytics:share-of-voice` | Brand against competitors         | `--range`, `--from`, `--to`, `--keywordIds`, `--platforms`, `--compare`, `--timezone`                     |
| `mentio analytics:summary`        | Headline counts for a window      | `--range`, `--from`, `--to`, `--keywordIds`, `--platforms`, `--compare`, `--timezone`                     |
