Skip to main content
GET
/
services
/
{id}
curl "https://kodostatus.com/api/v1/services/svc_abc123" \
  -H "X-API-Key: your_api_key"
{
  "id": "uuid",
  "name": "API Gateway",
  "description": "Main API service",
  "status": "operational",
  "display_order": 1
}

Path Parameters

id
string
required
The service ID

Response

Returns the service object.
curl "https://kodostatus.com/api/v1/services/svc_abc123" \
  -H "X-API-Key: your_api_key"
{
  "id": "uuid",
  "name": "API Gateway",
  "description": "Main API service",
  "status": "operational",
  "display_order": 1
}