GET
/healthHealth 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 URL
https://api.relativity6.comAuthentication
No API key required. Use this endpoint for uptime monitoring without an API key.
Response
| Field | Type | Required | Description |
|---|---|---|---|
| status | string | Required | Service status. Returns ok when the API process is healthy. |
| timestamp | string | Required | ISO 8601 timestamp for the health response. |
| version | string | Required | Deployed Platform API package version. |
| uptime | number | Required | Process uptime in seconds since the server started. |
| environment | string | Required | Runtime environment label (for example production). |
Errors
| Status | Description |
|---|---|
| 503 | Service unavailable — the API process is not healthy. |
| 500 | Unexpected server error. |