get-dashboard
Retrieve the full definition of a Datadog dashboard, including widgets, layout, and configuration details, using the dashboard ID for precise monitoring and tracing.
Instructions
Get the complete definition of a specific Datadog dashboard by its ID. Returns all widgets, layout, and configuration details.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dashboardId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"dashboardId": {
"type": "string"
}
},
"required": [
"dashboardId"
],
"type": "object"
}