Promise<{ status: string; api_version: string; version: string }>
: A Promise that resolves to the health status response from the CyborgDB service containing the service status, API version, and application version.
Error
Service Errors
Field | Type | Description |
---|---|---|
status | string | Current health status of the service (typically “healthy”) |
api_version | string | Version of the API interface (e.g., “v1”) |
version | string | Version of the CyborgDB application/service |