For the complete documentation index, see llms.txt. This page is also available as Markdown.

Health

API health and status

Health check

get

Returns the health status of the API.

Responses
200

API is healthy

application/json
statusstringOptionalExample: ok
timestampstring · date-timeOptional
get/v1/health
GET /v1/health HTTP/1.1
Host: api.spice.ai
Accept: */*
200

API is healthy

{
  "status": "ok",
  "timestamp": "2026-01-01T00:00:00.000Z"
}

Last updated

Was this helpful?