---
title: "API health check"
method: GET
path: "/api/v1/health"
---

# API health check

`GET /api/v1/health`

Health check endpoint for API

## Response `200`

API is healthy

- object
  - `success` boolean
  - `data` object
    - `status` string — API status
    - `database` string — Database connection status
    - `redis` string — Redis connection status
    - `version` string — API version
  - `meta` object
    - `timestamp` string, date-time — Response timestamp
  - `message` string — Success message

## Other responses

- `400` — Bad Request (invalid data)
- `401` — Unauthorized (invalid or missing token)
- `403` — Forbidden (insufficient permissions)
- `404` — Not Found (resource not found)
- `500` — Internal Server Error (server error)

---

[API](https://skmtc.dev/evolution-foundation/apis/evolution-foundation-knowledge-service-knowledge-base-config.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/evolution-foundation-knowledge-service-knowledge-base-config/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-foundation-knowledge-service-knowledge-base-config/revisions/bb9e57582174/schema)
