Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl "https://kodostatus.com/api/v1/status-pages/sp_abc123/services" \ -H "X-API-Key: your_api_key"
{ "services": [ { "id": "uuid", "service_id": "svc_abc123", "display_order": 0, "services": { "id": "svc_abc123", "name": "API Gateway", "status": "operational" } }, { "id": "uuid", "service_id": "svc_def456", "display_order": 1, "services": { "id": "svc_def456", "name": "Web App", "status": "degraded" } } ] }
Get services assigned to a status page
Show service assignment object
Show service object
operational
degraded
partial_outage
major_outage
maintenance
Status page not found