---
title: "Node Health"
method: POST
path: "/health"
---

# Node Health

`POST /health`

Returns the current health status of the RPC node the client connects to.

## Request body

- JsonRpcRequestForHealth
  - `id` string, required
  - `jsonrpc` string, required
  - `method` 'health', required
  - `params` unknown, required

## Response `200`

- union
  - object
    - `result` union, required
      - unknown
      - unknown
    - `id` string, required
    - `jsonrpc` string, required
  - object
    - `error` union, required
      - ErrorWrapperForRpcStatusErrorVariant0
        - `cause` union, required
          - RpcRequestValidationErrorKindVariant0
            - `info` object, required
              - …
            - `name` 'METHOD_NOT_FOUND', required
          - RpcRequestValidationErrorKindVariant1
            - `info` object, required
              - …
            - `name` 'PARSE_ERROR', required
        - `name` 'REQUEST_VALIDATION_ERROR', required
      - ErrorWrapperForRpcStatusErrorVariant1
        - `cause` union, required
          - RpcStatusErrorVariant0
            - `name` 'NODE_IS_SYNCING', required
          - RpcStatusErrorVariant1
            - `info` object, required
              - …
            - `name` 'NO_NEW_BLOCKS', required
          - RpcStatusErrorVariant2
            - `info` object, required
              - …
            - `name` 'EPOCH_OUT_OF_BOUNDS', required
          - RpcStatusErrorVariant3
            - `info` object, required
              - …
            - `name` 'INTERNAL_ERROR', required
        - `name` 'HANDLER_ERROR', required
      - ErrorWrapperForRpcStatusErrorVariant2
        - `cause` InternalError, required
          - `info` object, required
            - `error_message` string, required
          - `name` 'INTERNAL_ERROR', required
        - `name` 'INTERNAL_ERROR', required
    - `id` string, required
    - `jsonrpc` string, required

---

[API](https://skmtc.net/near/apis/near-protocol-json-rpc-api-2.md) · [All operations](https://skmtc.net/near/apis/near-protocol-json-rpc-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/near/near-protocol-json-rpc-api-2/revisions/2985730b17e5/schema)
