Create Export
Export to S3 API
Create Export
Initiates an export of a DataSet to an S3 bucket (asynchronous). Only one active export can run per DataSet at a time. Returns previous export info if data hasn’t changed.
POST
Create Export
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
Domo Developer Token for authentication.
Path Parameters
The ID of the Dataset.
Example:
"aa7d9422-9abe-4581-bbf3-4a8cb5d3fc25"
Body
application/json
Response
OK. Export initiated or previous export info returned.
Represents the status of a dataset export.
Example:
"none"
Example:
"csv"
Available options:
none, success, running, failed Example:
"success"
Example:
{
"additionalProp1": 0,
"additionalProp2": 0
}