SLO & Service Quality/SLO
GETSLOSince 1.0SynchronousAuth Required
GetErrorBudget
Get the current error budget status including consumption and burn rates.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
sloIdStringRequiredIdentifier of the SLO objective to retrieve the error budget for.
Responses
Endpoint
GET/api/v1/slo/objectives/{sloId}/error-budget
/api/v1/slo/objectives/{sloId}/error-budget
Request Example
curl -X GET '{host}/api/v1/slo/objectives/{sloId}/error-budget' -H 'Authorization: Bearer {token}'
Response Example
200{
"sloId": "slo-xyz789",
"totalBudgetMinutes": 43.8,
"consumedMinutes": 15.3,
"remainingMinutes": 28.5,
"consumedPct": 34.9,
"burnRate1h": 1.2,
"burnRate6h": 0.8,
"burnRate24h": 0.6
}Change History
This API has no change history records yet.
