Liveness probe
GET /health
Unauthenticated liveness probe. Returns 200 with {"status":"ok"}
while the service is up; intended for load balancers and uptime checks.
Responses
200
OK
Content type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
status | string | Yes | Service health status |
default
Error
Content type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
error | object | Yes | The failure. |
error
| Field | Type | Required | Description |
|---|---|---|---|
message | string | Yes | Human-readable description of the failure. |
type | string | Yes | OpenAI error taxonomy value. |
param | string | Yes | The request parameter at fault, when one applies. |
code | string | Yes | Machine-readable error code, when one applies. |