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

# Health Check

`GET /healthz`

Health check endpoint, carrying the commit this instance was built from.

Notes
-----
``commit`` lets a caller distinguish *which* build answered, not merely that
something did. Porter serves old and new pods simultaneously during a rollout,
so a bare liveness reply cannot tell a deploy gate whether the build it is about
to test is actually live. Empty when unset (local runs, older images).

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
