get-dashboards
List all Datadog dashboards with optional shared filter, pagination, and field extraction.
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. |