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

# Health check

`GET /rest/v1/health`

Feature-flagged via CRE_ENABLE_HEALTH=1.

## Response `200`

Success

- HealthResponseSchema
  - `ok` boolean
  - `cre_count` integer
  - `standards_count` integer
  - `message` string

## Other responses

- `404` — Not found
- `503` — Unhealthy

---

[API](https://skmtc.net/owasp/apis/opencre-rest-api.md) · [All operations](https://skmtc.net/owasp/apis/opencre-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/owasp/opencre-rest-api/revisions/17121b00bb98/schema)
