get-dashboards
Retrieve a list of all Datadog dashboards with options to filter shared ones, set pagination, and extract specific fields to reduce response size.
Instructions
List all Datadog dashboards
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filterShared | No | Filter shared dashboards only | |
| count | No | Number of dashboards to return | |
| start | No | Pagination offset | |
| 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. |