Skip to main content
GET
/
v1
/
ops
/
readiness
Readiness check
curl --request GET \
  --url https://tally-platform-api-xwka6vu2kq-ue.a.run.app/v1/ops/readiness
{
  "ok": true,
  "db": "ok",
  "migrations": 123
}

Response

Service is ready to serve traffic.

ok
boolean
db
enum<string>
Available options:
ok
migrations
integer

Number of applied migrations.