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
Trace detail
Sum of prompt_tokens + completion_tokens across every span on
the trace, computed at ingest time (TRU-250). Zero when no
span reports token usage. Traces ingested before the column
existed remain at zero until re-ingested. Queryable via
token_count_min / token_count_max on GET /v1/traces.
Sum of prompt tokens across every span on the trace, computed at ingest time.
Sum of completion tokens across every span on the trace, computed at ingest time.
User-defined key→value tag map persisted to the dedicated
tags column (TRU-215). Omitted when the trace has no
tags. Pre-TRU-215 traces stay without this field until
re-ingested.
Number of executed retry control_actions rows attached to this
trace (TRU-362). Escalations are excluded from the count —
once an attempt is auto-converted to escalate, it does not
advance the depth. Omitted on the trace list response;
populated only on the trace detail response.