Skip to main content
GET
/
health
Health Check
curl --request GET \
  --url https://api.tread-horizon.com/health
{
  "data": {
    "data_migrations": true,
    "db": true,
    "db_ro": true,
    "geo_db": true,
    "geo_db_ro": true,
    "migrations": true,
    "geo_migrations": true,
    "redis": true,
    "sidekiq_redis": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.tread.ai/llms.txt

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

Headers

Accept-Language
string
default:en

The Accept-Language request HTTP header indicates the natural language and locale that the client prefers.

Example:

"en"

Response

Health check response

data
HealthCheck-Read · object
required

Health check results