get-dashboards
Retrieve a list of all dashboards from Datadog to discover available dashboards and their IDs, enabling further exploration and monitoring.
Instructions
Retrieve a list of all dashboards from Datadog. Useful for discovering available dashboards and their IDs for further exploration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filterConfigured | No | ||
limit | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"filterConfigured": {
"type": "boolean"
},
"limit": {
"default": 100,
"type": "number"
}
},
"type": "object"
}