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 traces with spans matching this failure type (e.g. timeout, rate_limit, invalid_response, context_length)
timeout, rate_limit, invalid_response, context_length Minimum trace latency in milliseconds (inclusive). Must be a non-negative integer.
x >= 0Maximum trace latency in milliseconds (inclusive). Must be a non-negative integer and greater than or equal to latency_min when both are supplied.
x >= 0Minimum total token count (prompt + completion, summed across
spans) for the trace (inclusive). Must be a non-negative
integer. Traces ingested before TRU-250 report
total_token_count = 0 and are therefore excluded by any
non-zero minimum.
x >= 0Maximum total token count for the trace (inclusive). Must be a
non-negative integer and greater than or equal to
token_count_min when both are supplied.
x >= 0Filter traces whose tags column contains the
tag_key → tag_value pair (TRU-215). Must be supplied
together with tag_value; providing only one side returns
400 error.tags_filter_incomplete.
Filter value paired with tag_key. See tag_key for
constraints.
1 <= x <= 200