Skip to main content
GET
Read dataset content as csv or jsonl

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

dataset_id
string
required

Query Parameters

format
string
required

Export format: csv or jsonl

columns
string | null

Comma-separated list of columns to export, optional

limit
integer | null

Limit the number of rows to export, optional

Response

Successful Response