githubEdit

heart-pulseHealth

Health check endpoint

The health endpoint can be called to confirm the availability of the Management API service.

Get API Health

GET https://api.spice.ai/v1/health

Returns the health status of the API. This endpoint does not require authentication.

Response

{
  "status": "ok",
  "timestamp": "2024-01-15T10:30:00.000Z"
}

Example

curl https://api.spice.ai/v1/health
{
  "status": "ok",
  "timestamp": "2024-01-15T10:30:00.000Z"
}

Last updated

Was this helpful?