---
title: "Engine health check"
method: GET
path: "/v1/health"
tags: ["Operations"]
---

# Engine health check

`GET /v1/health`

Check if Arcade Engine is healthy

## Response `200`

OK

- SchemasHealthSchema
  - `healthy` boolean
  - `reason` string — Optional: explains why unhealthy

## Other responses

- `503` — Service Unavailable

## Changes

- **2026-02-19** `2a57de34dacb` — 2 info
  - added the non-success response with the status `503`
  - added the optional property `reason` to the response with the `200` status

[Change history](https://skmtc.dev/arcadeai/apis/arcade-api/changes/v1/health/get.md)

---

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