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

FieldTypeRequiredDescription
statusstringYesService health status

default

Error

Content type: application/json

FieldTypeRequiredDescription
errorobjectYesThe failure.

error

FieldTypeRequiredDescription
messagestringYesHuman-readable description of the failure.
typestringYesOpenAI error taxonomy value.
paramstringYesThe request parameter at fault, when one applies.
codestringYesMachine-readable error code, when one applies.