SLO & Service Quality/SLO
GETSLOSince 1.0SynchronousAuth Required
GenerateMonthlyReport
Generate a monthly compliance and error budget report for an SLO objective.
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 generate the report for.
Query Parameters
monthStringTarget month for the report in YYYY-MM format.
Responses
Endpoint
GET/api/v1/slo/objectives/{sloId}/report
/api/v1/slo/objectives/{sloId}/report
Request Example
curl -X GET '{host}/api/v1/slo/objectives/{sloId}/report' -H 'Authorization: Bearer {token}'
Response Example
200{
"sloId": "slo-xyz789",
"month": "2026-03",
"avgSli": 0.9991,
"minSli": 0.9943,
"daysBelow": 2,
"overrideCount": 1,
"generatedAt": "example"
}Change History
This API has no change history records yet.
