get-dashboard
Retrieve a specific Datadog dashboard by ID, returning all widgets and configuration details.
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. |