SLO & Service Quality/SLO
GETSLOSince 1.0SynchronousAuth Required
GetCurrentStatus
Get the real-time compliance status and error budget for an SLO objective.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
sloIdStringRequiredUnique identifier of the SLO objective to query.
Responses
Endpoint
GET/api/v1/slo/objectives/{sloId}/current
/api/v1/slo/objectives/{sloId}/current
Request Example
curl -X GET '{host}/api/v1/slo/objectives/{sloId}/current' -H 'Authorization: Bearer {token}'
Response Example
200{
"sloId": "slo-xyz789",
"currentSli": 0.9985,
"targetSli": 0.999,
"status": "MEETING",
"remainingErrorBudgetRatio": 0.65,
"errorBudgetConsumedPct": 35.0,
"windowStart": "example",
"windowEnd": "example"
}Change History
This API has no change history records yet.
