Skip to main content
GET
/
api
/
agent
/
health
Health check
curl --request GET \
  --url https://www.citedy.com/api/agent/health
{
  "status": "healthy",
  "checks": {
    "redis": true,
    "supabase": true
  },
  "timestamp": "2023-11-07T05:31:56Z",
  "version": "<string>"
}

Response

Healthy

status
enum<string>
required
Available options:
healthy,
degraded,
unhealthy
checks
object
required
timestamp
string<date-time>
required
version
string