post https://api.gigasheet.com/connectors//export
Initiates an export of the dataset to the given connector.
Log in to see full request history
Responses
Initiates an export of the dataset to the given connector.
xxxxxxxxxx
11curl --request POST \
--url https://api.gigasheet.com/connectors/handle/export \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"compressionType": "zip",
"decompress": false,
"skipNotification": false
}
'
Try It!
to start a request and see the response here! Or choose an example: