Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.agent-corex.com/v1/health
{
  "timestamp": "2023-11-07T05:31:56Z",
  "uptime_seconds": 123,
  "version": "<string>"
}

Response

200 - application/json

API is healthy

status
enum<string>
Available options:
healthy,
degraded,
unhealthy
timestamp
string<date-time>
uptime_seconds
integer
version
string