Skip to main content
GET
/
v1
/
datasets
/
{id}
/
export
Stream dataset items as CSV or JSONL (sync export)
curl --request GET \
  --url https://api.trulayer.ai/v1/datasets/{id}/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

Path Parameters

id
string<uuid>
required

Query Parameters

format
enum<string>
default:csv
Available options:
csv,
jsonl
label
enum<string>
default:all
Available options:
pass,
fail,
unlabeled,
all

Response

Streamed CSV or JSONL payload.

The response is of type string.