Overview
Thecheck_health function retrieves the health status of the API and its dependent services.
Function Signature
Parameters
This function takes no parameters.Return Value
ReturnsResult<HealthStatus> containing:
status: Overall health status (“healthy”, “degraded”, or “unhealthy”)version: API versiontimestamp: Health check timestampservices: Vector of individual service health statuses
Basic Usage
Advanced Usage
Error Handling
Rate Limits
- Health check operations: 300 requests per minute
- Burst limit: 50 requests per second
Related Functions
- ping - Simple connectivity check
