> For the complete documentation index, see [llms.txt](https://developer.smarts.ee/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.smarts.ee/integration/custom-integration/connection-node/get-node-health-endpoint.md).

# Get node health endpoint

{% hint style="danger" %}
Implementation is **REQUIRED**
{% endhint %}

**resource**:  /node/health

**method**:  *GET*

**Request** :  void

**Response**: [**NodeHealthResponse**](/general/request-and-responses/nodehealthresponse.md)

{% tabs %}
{% tab title="Response Example" %}

```
{
    "status": "UP"
}
```

{% endtab %}
{% endtabs %}
