Platform Admin — SLA
All workspaces SLA summary
SaaS only. Returns SLA metrics (latency percentiles, error rate, uptime) for all workspaces over the given time window.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:3001/api/v1/platform/sla"{
"workspaces": [
{
"workspaceId": "string",
"workspaceName": "string",
"latencyP50Ms": 0,
"latencyP95Ms": 0,
"latencyP99Ms": 0,
"errorRatePct": 100,
"uptimePct": 100,
"totalQueries": 0,
"failedQueries": 0,
"lastQueryAt": "string"
}
],
"hoursBack": 0
}{
"property1": null,
"property2": null
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"error": "string",
"message": "string",
"requestId": "string"
}