Platform Operations/Platform Health
GETPlatformSince 1.0SynchronousAuth Required
GetSLA
Get the monthly SLA report including uptime percentage and incident breakdown.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
monthStringMonth to retrieve SLA data for in YYYY-MM format Month to retrieve SLA data for in YYYY-MM format
Responses
Endpoint
GET/api/v1/health/sla
/api/v1/health/sla
Request Example
curl -X GET '{host}/api/v1/health/sla' -H 'Authorization: Bearer {token}'
Response Example
200{
"month": "2025-01",
"totalMinutes": 43800,
"healthyMinutes": 43778,
"uptimePct": 99.95,
"componentBreakdown": [
{}
]
}Change History
This API has no change history records yet.
