datadog_dashboard_list
List Datadog dashboards with id, title, and author. Optionally filter by shared or non-shared status.
Instructions
List Datadog dashboards (id, title, author). filter_shared (boolean, optional) restricts to shared (true) or non-shared (false) dashboards; omit it for all. Use datadog_dashboard_get to fetch one dashboard's full widget definition by id. Read-only. Mirrors omni-dev datadog dashboard list. Output is YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter_shared | No | `true` returns only shared dashboards; `false` returns only non-shared ones; omit (the default) to return all. Optional. |