Skip to main content
GET
Export a dataset as CSV

Authorizations

Authorization
string
header
required

A SuperX API key ("sxk_..."), created in the SuperX app under Account > API / MCP / CLI. Keys are server-side secrets.

Path Parameters

id
string
required

The dataset id from GET /v1/datasets.

Pattern: ^[A-Za-z0-9_-]{1,64}$

Query Parameters

format
enum<string>
default:csv

Only csv is supported. Any other value returns 400.

Available options:
csv

Response

The dataset as CSV. Not wrapped in the data envelope.

The response is of type string.