datadog_slo_list
List Datadog Service Level Objectives with optional filtering by tags, query, IDs, or metrics. Retrieve YAML output for automation and monitoring workflows.
Instructions
List Datadog Service Level Objectives, optionally filtered by tags, free-text query, explicit ids, or referenced metrics_query. Use datadog_slo_get to fetch one SLO's full definition by id. limit of 0 (or omitted) auto-paginates up to 10000. Read-only. Mirrors omni-dev datadog slo list. Output is YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated list of SLO ids, e.g. `abc123,def456`. Optional. | |
| tags | No | Comma-separated `key:value` tags applied to the SLO, e.g. `team:sre,env:prod`. Optional. | |
| limit | No | Maximum SLOs to return. `0` (or omitted) means "fetch every match", capped at 10000. | |
| query | No | Free-text query matched against SLO name/description, e.g. `checkout latency`. Optional. | |
| metrics_query | No | Comma-separated list of metric names referenced by the SLO, e.g. `aws.elb.healthy_host_count`. Optional. |