Skip to main content
GET
/
v1
/
traces
/
export
Stream traces as CSV or JSONL (sync export)
curl --request GET \
  --url https://api.trulayer.ai/v1/traces/export \
  --header 'Authorization: Bearer <token>'
"<string>"

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.

Authorizations

Authorization
string
header
required

SDK API key (tl_...) or Clerk session JWT

Query Parameters

format
enum<string>
default:csv
Available options:
csv,
jsonl
project_id
string<uuid>
model
string
error
boolean
from
string<date-time>
to
string<date-time>

Response

Streamed CSV or JSONL payload.

The response is of type string.