Skip to main content
GET
/
health
Check Matcher health
curl --request GET \
  --url https://matcher.sandbox.lerian.net/health
{
  "status": "healthy"
}

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

200 - application/json

Service is alive

Service liveness status

status
string

Indicates the service health (always "healthy" if responding)

Example:

"healthy"