Relativity6Platform Docs
GET/health

Health check

Returns service status. For uptime monitoring, a **200** response with `status: "ok"` is sufficient. The same response is available at /v1/health. Health checks do not consume quota and do not require an API key.

Base URLhttps://api.relativity6.com

Authentication

No API key required. Use this endpoint for uptime monitoring without an API key.

Response

FieldTypeRequiredDescription
statusstringRequiredService status. Returns ok when the API process is healthy.
timestampstringRequiredISO 8601 timestamp for the health response.
versionstringRequiredDeployed Platform API package version.
uptimenumberRequiredProcess uptime in seconds since the server started.
environmentstringRequiredRuntime environment label (for example production).

Errors

StatusDescription
503Service unavailable — the API process is not healthy.
500Unexpected server error.

Example

Example response