datadog_slo_list
List Datadog Service Level Objectives with optional filters by IDs, tags, metrics query, or free-text query. Outputs as YAML.
Instructions
List Datadog Service Level Objectives. limit of 0 (or omitted) auto-paginates up to 10000. Mirrors omni-dev datadog slo list. Output is YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated list of SLO ids. | |
| limit | No | Maximum SLOs to return. `0` (or omitted) means "fetch every match", capped at 10000. | |
| metrics_query | No | Comma-separated list of metric names referenced by the SLO. | |
| query | No | Free-text query. | |
| tags | No | Comma-separated `key:value` tags applied to the SLO. |