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
| Flag | Type | Default | Description |
|---|---|---|---|
--favorite | string | Filter by favorite status (true/false) | |
--name | string | Filter by name (case-insensitive contains) | |
--operator | string | Filter by operator slug (recommended) | |
--page | string | Page number | |
--page-size | string | Items 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
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on