Skip to main content
GET
/
datasets
/
{datasetId}
/
export
Export dataset items as CSV
curl --request GET \
  --url https://app.azalt.co/api/v1/datasets/{datasetId}/export \
  --header 'Authorization: Bearer <token>'
{
  "csvContent": "<string>",
  "filename": "<string>",
  "itemCount": 123
}

Authorizations

Authorization
string
header
required

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

Path Parameters

datasetId
string
required

Response

Successful response

csvContent
string
required
filename
string
required
itemCount
number
required