Skip to main content
SLO & Service Quality/SLO

GetCurrentStatus

Get the real-time compliance status and error budget for an SLO objective.

GET/api/v1/slo/objectives/{sloId}/current

Operation ID

GetCurrentStatus

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • sloId
    StringRequired

    Unique identifier of the SLO objective to query.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • sloId
    String

    Identifier of the SLO objective being reported.

    Example: slo-xyz789

  • currentSli
    Long

    Current measured SLI value within the compliance window.

    Example: 0.9985

  • targetSli
    Long

    Target SLI value that the objective aims to meet.

    Example: 0.999

  • status
    String

    Compliance status: MEETING | AT_RISK | BREACHED.

    Example: MEETING

  • remainingErrorBudgetRatio
    Long

    Fraction of the error budget still remaining (0.0–1.0).

    Example: 0.65

  • errorBudgetConsumedPct
    Long

    Percentage of the error budget that has been consumed.

    Example: 35

  • windowStart
    String

    Start of the current compliance measurement window.

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

  • windowEnd
    String

    End of the current compliance measurement window.

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

  • cachedAt
    String

    Timestamp when this status was last cached.

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