get-dashboard
Fetch a Datadog dashboard by ID with all widgets and configuration. Optionally specify fields to extract and reduce response size.
Instructions
Get a specific Datadog dashboard with all widgets and configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dashboardId | Yes | Dashboard ID. Example: abc-def-ghi | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |