---
title: "Health check"
url: "https://livepeer.pymthouse.com/apis/clearinghouse-usage/versions/b0e08633-eb23-4e0c-b830-82523d69b77d/paths/health/get"
---

> Full API specification: https://livepeer.pymthouse.com/apis/clearinghouse-usage/versions/b0e08633-eb23-4e0c-b830-82523d69b77d.md

# Health check

`GET` `/health`

## Responses

- `200` - OK

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Clearinghouse Builder API
  version: 1.0.0
servers:
  - url: https://builder-api-production-82bf.up.railway.app
    description: Railway builder-api (Auth0 JWT or sk_*; default until Kong Gateway
      is linked)
  - url: http://localhost:8095
    description: Local builder-api
  - url: ${KONNECT_PROXY_URL}
    description: Kong Gateway proxy (Auth0 JWT / DCR Bearer only; sk_* not accepted
      at the edge)
paths:
  /health:
    get:
      summary: Health check
      responses:
        "200":
          description: OK
```
