---
title: "ktm dashboards get"
description: "Obtenir un dashboard par UID"
sidebarTitle: "get"
lastUpdated: "2026-09-23"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

{/* GENERATED FILE: do not edit by hand. Regenerate with: node scripts/generate.mjs */}

Obtenir un dashboard par UID

## Utilisation

```bash
ktm dashboards get <uid> [flags]
```

## Exemples

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

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

## Arguments

| Argument | Requis |
| --- | --- |
| `uid` | Oui |

## Détails

Récupère la définition complète du dashboard incluant sa disposition de widgets.

L'UID est l'identifiant de 40 caractères affiché dans la sortie de dashboard list.
Retourne l'objet dashboard complet avec les dispositions, filtres globaux et métadonnées.

## Voir aussi

- [`ktm dashboards`](/fr/cli/commands/dashboards)

<Note>
  Les flags globaux (`--output`, `--debug`, `--host`, ...) s'appliquent à toutes les commandes. Voir la [présentation de la référence des commandes](/fr/cli/commands/overview).
</Note>

## Et ensuite ?

<Columns cols={2}>
  <Card title="Toutes les commandes" icon="terminal" href="/fr/cli/commands/overview">
    Parcourir la référence complète du CLI.
  </Card>
  <Card title="Premiers pas" icon="rocket" href="/fr/cli/getting-started">
    Installer le CLI et s'authentifier.
  </Card>
</Columns>
