Returns ingest reliability signals (success/error rate, top error categories, DLQ depth, ingest lag percentiles, last-span timestamp, redaction match count) scoped to the authenticated tenant so customers can self-diagnose pipeline issues.
Documentation Index
Fetch the complete documentation index at: https://docs.trulayer.ai/llms.txt
Use this file to discover all available pages before exploring further.
SDK API key (tl_...) or Clerk session JWT
Filter to a single project. Omit for all projects in the tenant.
Rolling time window. Defaults to 24h. Ignored when both from
and to are supplied (TRU-393).
1h, 24h, 7d Inclusive ISO-8601 / RFC 3339 lower bound on the report window.
Must be supplied together with to. When both are present the
explicit range overrides the window enum (TRU-393). Bucket
granularity in the response scales with the requested span:
≤ 2h → 5m, ≤ 48h → 1h, > 48h → 1d.
Inclusive ISO-8601 / RFC 3339 upper bound on the report window.
Must be supplied together with from. to must not precede
from.
Ingestion-health report
Echoes the window query param. Informational only when an
explicit from/to pair was supplied — the response's
from/to fields are the source of truth for the time bounds
actually used.
1h, 24h, 7d Inclusive lower bound the report was computed over (TRU-393).
Inclusive upper bound the report was computed over (TRU-393).
Bucket granularity that scales with the report's requested
range: ≤ 2h → 5m, ≤ 48h → 1h, > 48h → 1d (TRU-393).
Frontends that build time-series charts on top of this
endpoint should consume this value rather than re-deriving it.
5m, 1h, 1d Fraction 0–1 of traces without an error. 1.0 when no traffic in the window.
Fraction 0–1 of traces with a non-empty error.
Zero until redaction instrumentation lands.
Echoes the project_id query param when set; omitted for tenant-wide reports.