curl "https://kodostatus.com/api/v1/uptime-monitors/mon_abc123" \ -H "X-API-Key: your_api_key"
{ "id": "uuid", "name": "API Health Check", "url": "https://api.example.com/health", "status": "up", "uptime_percentage": 99.95, "avg_response_time_ms": 245, "recent_checks": [ { "status": "up", "response_time_ms": 230, "checked_at": "2024-01-15T10:30:00Z" } ] }
Get a single uptime monitor with recent checks
Show check object
up
down