list_slos
Retrieve and filter Service Level Objectives (SLOs) from Datadog to monitor service performance against defined targets.
Instructions
List Service Level Objectives (SLOs) from Datadog. SLOs define service level targets and track performance against those targets.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter SLOs by tags (e.g., 'team:backend,env:prod'). Leave empty to list all SLOs. | |
| query | No | Filter SLOs by name or description (substring match). Leave empty to include all SLOs. | |
| limit | No | Maximum number of SLOs to return (default: 50, max: 1000) | |
| offset | No | Number of SLOs to skip (default: 0) | |
| format | No | Output format | table |