Health
Check API health
GET /v1/health
Returns HTTP 200 with no defined body schema when the API is up and running. Useful for connectivity checks and uptime monitoring.
status = client.health()GET /v1/health
Returns HTTP 200 with no defined body schema when the API is up and running. Useful for connectivity checks and uptime monitoring.
status = client.health()