GET /v1/health is an unauthenticated liveness probe. Use it for uptime checks and to read the API’s current schema version.
This is the only endpoint that does not require an
Authorization header.Request
Response
Liveness indicator.
ok when the API is serving requests.The current envelope/response schema version. This same value is returned as the
X-AISearch-Version header on every response, so you can pin or detect schema changes without calling this endpoint.