curl --location --request POST 'https://qianfan.baidubce.com/wenxinworkshop/dataset/exportRecord?access_token =' \
--header 'Content-Type;' \
--header 'x-bce-date;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"datasetId": 2342
}'
{
"log_id": "string",
"result": [
{
"creatorName": "string",
"storageId": "string",
"storagePath": "string",
"size": 0,
"exportFormat": 0,
"exportType": 0,
"status": 0,
"recordNum": 0,
"exportTo": 0,
"downloadUrl": "string",
"startTime": "string",
"finishTime": "string"
}
],
"status": 0,
"success": true
}