datadog_dashboard_get
Fetch a Datadog dashboard by its ID to retrieve its full definition, including all widgets. Use with dashboard list to discover IDs.
Instructions
Fetch a single Datadog dashboard by id (string, e.g. abc-def-ghi). Returns the full definition including widgets. Use datadog_dashboard_list to discover ids first. Read-only. Mirrors omni-dev datadog dashboard get. Output is YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboard_id | Yes | Datadog dashboard identifier (e.g. `abc-def-ghi`). |