Call /health with the TypeScript SDK.
client.getHealth()
const health = await client.getHealth();
{ "status": "ok" }
Was this page helpful?