grafana-util alert list-mute-timings
What this page covers
List live Grafana mute timings.
When to open this page
- Inspect mute timing inventory from one org or from all visible orgs.
- Render the list in text, table, CSV, JSON, or YAML form.
Who this page is for
Best for operators who review alert rules, routes, contact points, and staged alert changes.
Purpose
List live Grafana mute timings.
When to use
- Inspect mute timing inventory from one org or from all visible orgs.
- Render the list in text, table, CSV, JSON, or YAML form.
Key flags
--org-idlists mute timings from one Grafana org ID.--all-orgsaggregates inventory across visible orgs.--output-formatcontrols the output format, includingtext,table,csv,json, andyaml.--no-headeromits the header row.
Notes
- Use
--profilefor repeatable single-org inventory. - For
--all-orgs, prefer admin-backed--profileor direct Basic auth because token scope can return a partial view.
Before / After
- Before: browse Grafana pages manually to check which mute timings exist.
- After: list the inventory in one pass and compare it against the org or profile you need.
What success looks like
- The mute timings you expect appear in the selected format.
- The output matches the org or profile scope you intended to query.
- The result is ready for a quick review or a CI check.
Failure checks
- If the inventory looks partial, check token scope or use a broader profile.
- If
--all-orgsomits entries, switch to admin-backed credentials. - Make sure the org/profile matches the area you intended to inspect before treating an empty output as meaningful.
Examples
# Purpose: List live Grafana mute timings.
grafana-util alert list-mute-timings --profile prod --output-format table
# Purpose: List live Grafana mute timings.
grafana-util alert list-mute-timings --url http://localhost:3000 --token "$GRAFANA_API_TOKEN" --output-format json
# Purpose: List live Grafana mute timings.
grafana-util alert list-mute-timings --url http://localhost:3000 --basic-user admin --basic-password admin --all-orgs --output-format yaml