Skip to main content
GET
Export Data from DataSet

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

ID of the DataSet

Example:

"08a061e2-12a2-4646-b4bc-20beddb403e3"

Query Parameters

includeHeader
boolean
default:false

Include table header row

fileName
string

The filename of the exported csv

Response

200 - text/csv

Returns a raw CSV in the response body or error for the outcome of data being exported into DataSet.

The response is of type string.