Cursor-streamed synchronous export of items in the named dataset.
Rows are written directly to the response body — never buffered —
and capped per plan (Starter: 100, Pro/Team/Business: 5000,
Enterprise: unlimited). Hitting the cap sets
X-TruLayer-Truncated: true; the payload is complete up to that
row.
CSV columns (in order): id, trace_id, span_id, label, created_at. A stored label of NULL surfaces as the literal
string unlabeled in CSV and as JSON null in JSONL so the
column is never blank.
The optional label query parameter filters by review label
(pass, fail, unlabeled) — all (the default when omitted)
applies no restriction.
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
csv, jsonl pass, fail, unlabeled, all Streamed CSV or JSONL payload.
The response is of type string.