Skip to main content
GET
/
readyz
Check Matcher readiness
curl --request GET \
  --url https://matcher.sandbox.lerian.net/readyz
{
  "checks": {
    "database": "ok",
    "database_replica": "ok",
    "object_storage": "ok",
    "rabbitmq": "ok",
    "redis": "ok"
  },
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt

Use this file to discover all available pages before exploring further.

Response

Service is ready to accept traffic

Service readiness status with optional dependency checks

checks
object

Checks contains individual dependency status (only in non-production environments)

status
enum<string>

Status is "ok" when all required dependencies are available, "degraded" otherwise

Available options:
ok,
degraded
Example:

"ok"