For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get node health endpoint

resource: /node/health

method: GET

Request : void

Response: NodeHealthResponse

{
    "status": "UP"
}

Last updated