Skip to main content
GET
/
api
/
stats
/
slo
Get Slo
curl --request GET \
  --url https://api.example.com/api/stats/slo
{
  "generated_at": "2023-11-07T05:31:56Z",
  "metrics": {},
  "period": "24h",
  "alerts": [
    "<string>"
  ],
  "ingest": {}
}

Query Parameters

period
enum<string>
default:30d
Available options:
24h,
7d,
30d

Response

Successful Response

Response model for /api/stats/slo.

generated_at
string<date-time>
required
metrics
Metrics · object
required
period
enum<string>
required
Available options:
24h,
7d,
30d
alerts
string[]
ingest
Ingest · object