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

Health

Health commands

Check if the server is up and responding

get

Returns a 200 OK if the server can be reached

Responses
200

Successful operation

statusstringOptionalExample: OK
get/api/healthy
200

Successful operation

Check if the server can connect to all its dependencies

get

Returns a 200 OK if the server can reach all its dependencies like databases, RabbitMQ and OpenSearch.

Responses
200

Successful operation

statusstringOptionalExample: OK
get/api/ready
200

Successful operation

Last updated

Was this helpful?