Skip to main content
Checks the health status of the CyborgDB microservice to verify connectivity and service availability.

Returns

Promise<HealthResponse>: A Promise that resolves to the health status response from the CyborgDB service. See the HealthResponse type for more details.

Exceptions

  • Throws if the health check request fails due to network connectivity issues.
  • Throws if the server is unreachable or times out.
  • Throws if the CyborgDB service is unavailable or unreachable.
  • Throws if there are internal server errors on the CyborgDB service.

Example Usage

Response Fields