Skip to main content
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

  • sloIdStringRequired

    Identifier of the SLO objective to query history for.

Query Parameters

  • granularityString

    Time resolution for data points: 1h | 6h | 1d.

  • timeRangeString

    Time range to query: 7d | 30d | 90d.

Responses

200 OK

On success, this API returns the following response structure.

  • itemsList

    Time-ordered list of error budget history data points.

    Example: (nested array)

    • timestampString

      Timestamp for this historical data point.

      Example: 2026-01-15T08:00:00Z

    • consumedPctLong

      Error budget consumption percentage at this point in time.

      Example: 42.5

    • burnRateLong

      Error budget burn rate at this point in time.

      Example: 1.05

Endpoint

GET/api/v1/slo/objectives/{sloId}/error-budget-history

/api/v1/slo/objectives/{sloId}/error-budget-history

Operation ID

GetBudgetHistory

Permalink

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.

View all change history