SLO & Service Quality/SLO
GETSLOSince 1.0SynchronousAuth Required
GetBudgetHistory
Retrieve historical error budget consumption data points for time-series analysis.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Query Parameters
Request Inputs
Path Parameters
sloIdStringRequiredIdentifier of the SLO objective to query history for.
Query Parameters
granularityStringTime resolution for data points: 1h | 6h | 1d.
timeRangeStringTime range to query: 7d | 30d | 90d.
Responses
Endpoint
GET/api/v1/slo/objectives/{sloId}/error-budget-history
/api/v1/slo/objectives/{sloId}/error-budget-history
Request Example
curl -X GET '{host}/api/v1/slo/objectives/{sloId}/error-budget-history' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
