SLO & Service Quality/SLO
GETSLOSince 1.0SynchronousAuth Required
ListObjectives
List SLO objectives with optional filters by tenant, product, or status.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
tenantIdStringFilter objectives by tenant identifier.
sourceProductStringFilter objectives by source product name.
statusStringFilter objectives by compliance status: MEETING | AT_RISK | BREACHED.
Responses
Endpoint
GET/api/v1/slo/objectives
/api/v1/slo/objectives
Request Example
curl -X GET '{host}/api/v1/slo/objectives' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 10,
"limit": 20,
"offset": 20
}Change History
This API has no change history records yet.
