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

Health

Get health handler.

get
/health
Responses
200

Successfully retrieved health data.

application/json

Struct that represents the current status of the API.

versionstringRequired

The version of the API.

get/health
GET /health HTTP/1.1
Host: localhost:3031
Accept: */*
{
  "version": "text"
}

Last updated

Was this helpful?