Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Readiness check

Checks database and Redis connectivity

GET/v1/ready
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/ready"
Response
{
  "status": "ready"
}