Docs/Reference/Health/Health Deep
GET/v1/health/deepTier · Free

Health Deep

Deep health check: verifies DB connectivity and ingest evidence.

Request headers · 1

Authentication.

Authorizationstringrequired

Production API key. Pass it as Bearer ax_live_…

Returns · 200

The standard { data, meta } envelope. data contains DeepHealthCheckOut.

Envelope

dataDeepHealthCheckOut

A single result object.

metaMeta

Pagination and request metadata, including request_id, data_as_of, and ontology_version.

ontology_version 2.1.0replay meta.as_of · ?as_of=<token>

DeepHealthCheckOut

statusstring

Overall service status: 'ok' or 'degraded'.

checksobject

Individual subsystem statuses (e.g. {'database': 'ok', 'cache': 'ok'}).

Errors

Standard HTTP status codes plus a typed error.code in the { error: { code, message } } envelope.

Every endpoint returns the same typed error envelope ({ error: { code, message } }). For the full list of codes, see the Errors reference.