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

# Reachability Check

`GET /health`

By querying this endpoint, you can check if it's possible to reach Inscribe's services from your own infrastructure. This endpoint does not require any authentication but is rate limited.
It does not indicate that all services are working without an error. For those notifications, please subscribe to our status page at <https://status.inscribe.ai>.

## Response `200`

Reachability check succeeded

- Health — Response for the reachability check endpoint
  - `success` boolean — Did the request succeed?
  - `status` integer — http status code

## Other responses

- `429` — Too many requests. The request has been rate limited. For more information, visit our [documentation on rate limiting](https://docs.inscribe.ai/docs/are-the-endpoints-rate-limited).

---

[API](https://skmtc.dev/inscribe/apis/core-resources.md) · [All operations](https://skmtc.dev/inscribe/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inscribe/core-resources/revisions/6489b36eb60f/schema)
