Export Data from DataSet
DataSet API
Export Data from DataSet
Export data from a DataSet in your Domo instance.
Data types will be exported as they are currently stored in the dataset. In addition, the only supported export type is CSV.
GET
Export Data from DataSet
Documentation Index
Fetch the complete documentation index at: https://www.domo.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the DataSet
Example:
"08a061e2-12a2-4646-b4bc-20beddb403e3"
Query Parameters
Include table header row
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.