Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Health check

Returns service health status

GET/v1/health
Responses
200OK
statusstringrequired
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/health"
Response
{
  "status": "healthy"
}