---
title: "Health check"
method: GET
path: "/api/agent/health"
tags: ["Health"]
---

# Health check

`GET /api/agent/health`

## Response `200`

Healthy

- HealthCheckResponse
  - `status` 'healthy' | 'degraded' | 'unhealthy', required
  - `checks` object, required
    - `redis` boolean, required
    - `supabase` boolean, required
  - `timestamp` string, date-time, required
  - `version` string

## Other responses

- `429` — Rate limit exceeded
- `503` — Degraded or unhealthy

## Changes

- **2026-03-01** `2df2182b5901` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/citedy/apis/citedy-agent-api/changes/api/agent/health/get.md)

---

[API](https://skmtc.dev/citedy/apis/citedy-agent-api.md) · [All operations](https://skmtc.dev/citedy/apis/citedy-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/citedy/citedy-agent-api/revisions/b5785d3fe446/schema)
