ktm dashboards get

Retrieve a dashboard's full definition by UID using the ktm CLI, including widget layouts, filters, and metadata.

Get a dashboard by UID

Usage

ktm dashboards get <uid> [flags]

Examples

# Get dashboard by UID (JSON)
ktm dashboards get abc123def456

# Get in table format
ktm dashboards get abc123def456 -o table

Arguments

ArgumentRequired
uidYes

Details

Retrieve the full dashboard definition including its widget layout.

The UID is the 40-character identifier shown in dashboard list output. Returns the complete dashboard object with layouts, global filters, and metadata.

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