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

Health

System health checks

Check the API status and availability before making authenticated requests.

Check System Health

get

Returns the current health status of the system.

No Authentication Required This endpoint does not require any authentication headers. Use it to verify the API is reachable before making authenticated requests.

Responses
200

System is healthy

application/json

Health check response indicating system status

statusstring · enumRequired

Current health status of the system

Example: UPPossible values:
get/health

Last updated

Was this helpful?