Cursor-streamed synchronous export of traces matching the same
filters as GET /v1/traces. 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, project_id, model, environment, status, duration_ms, token_count, cost_usd, created_at.
JSONL emits one JSON object per line with the same keys.
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 Streamed CSV or JSONL payload.
The response is of type string.