ktm dashboards list

List dashboards for an operator

List dashboards for an operator

Usage

ktm dashboards list [flags]

Examples

# List all dashboards for an operator
ktm dashboards list --operator my-operator

# List in table format
ktm dashboards list --operator my-operator -o table

# Filter by name
ktm dashboards list --operator my-operator --name "SLA"

# Only favorites
ktm dashboards list --operator my-operator --favorite true

Flags

FlagTypeDefaultDescription
--favoritestringFilter by favorite status (true/false)
--namestringFilter by name (case-insensitive contains)
--operatorstringFilter by operator slug (recommended)
--pagestringPage number
--page-sizestringItems per page (default: 20)

Details

List non-archived dashboards accessible with the current API key.

Dashboards are operator-scoped. Use --operator to scope results to a specific operator, then use the UID from the output to get full dashboard details.

JSON output fields: uid, name, owner, operator, version, layouts, global_filters, is_favorite, bucket, created, modified Table columns: UID, NAME, OWNER, VERSION, WIDGETS, FAVORITE

Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.

What's next?

All commands

Browse the full CLI reference.

Get started

Install the CLI and authenticate.

Last updated on