Skip to main content
SLO & Service Quality/SLO

GenerateMonthlyReport

Generate a monthly compliance and error budget report for an SLO objective.

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

Operation ID

GenerateMonthlyReport

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

    Identifier of the SLO objective to generate the report for.

Query Parameters

  • month
    String

    Target month for the report in YYYY-MM format.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • sloId
    String

    Identifier of the SLO objective this report covers.

    Example: slo-xyz789

  • month
    String

    Calendar month of the report in YYYY-MM format.

    Example: 2026-03

  • avgSli
    Long

    Average SLI value observed across the month.

    Example: 0.9991

  • minSli
    Long

    Minimum SLI value observed in any single day of the month.

    Example: 0.9943

  • daysBelow
    Integer

    Number of days in the month where the SLI fell below the target.

    Example: 2

  • overrideCount
    Integer

    Number of override records active during the month.

    Example: 1

  • generatedAt
    String

    Timestamp when this report was generated.

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