---
title: "Health Check"
method: GET
path: "/health"
tags: ["Health"]
---

# Health Check

`GET /health`

Check the health status of the AgentOS API. Returns a simple status indicator.

## Response `200`

API is healthy and operational

- HealthResponse
  - `status` string, required — Health status of the service
  - `instantiated_at` string, date-time, required — Timestamp when service was instantiated

---

[API](https://skmtc.net/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.net/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agno/agno-api-reference/revisions/5f6149d395d0/schema)
