Health

Health commands

Check if the server is up and responding

get

Returns a 200 OK if the server can be reached

Responses
chevron-right
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
chevron-right
200

Successful operation

statusstringOptionalExample: OK
get
/api/ready
200

Successful operation

Last updated

Was this helpful?