---
title: "Health check endpoint"
method: GET
path: "/api/server/health"
tags: ["system"]
---

# Health check endpoint

`GET /api/server/health`

Detailed health check for the system

## Response `200`

System is healthy

- object
  - `status` string
  - `version` string
  - `timestamp` string, date-time
  - `dependencies` object
    - `agents` string

## Other responses

- `503` — System is unhealthy

---

[API](https://skmtc.net/elizaos/apis/eliza-os-api.md) · [All operations](https://skmtc.net/elizaos/apis/eliza-os-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elizaos/eliza-os-api/revisions/f43280bfdb0c/schema)
