---
title: "Liveness probe"
method: GET
path: "/api/health"
tags: ["system"]
---

# Liveness probe

`GET /api/health`

Returns ok when the api process is serving requests. Does not touch the database or require auth.

## Response `200`

Service is healthy

- object
  - `status` 'ok', required

---

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