list-slos
Retrieve Datadog SLOs filtered by name, tags, or IDs with pagination support.
Instructions
List Service Level Objectives with optional filtering by query, tags, or IDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated list of SLO IDs to filter. Example: abc123,def456 | |
| query | No | Search query for SLO names. Example: api-latency | |
| tagsQuery | No | Filter by tags. Example: env:prod,team:backend | |
| limit | No | Max results (default 100) | |
| offset | No | Pagination offset |