Skip to main content
GET
/
v1
/
eval
/
export
Stream evaluations as CSV or JSONL (sync export)
curl --request GET \
  --url https://api.trulayer.ai/v1/eval/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
trace_id
string<uuid>
include_reasoning
boolean
default:false

Response

Streamed CSV or JSONL payload.

The response is of type string.