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
| Argument | Required |
|---|---|
uid | Yes |
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.
Related
Global flags (--output, --debug, --host, …) apply to every command. See the command reference overview.
What's next?
Last updated on