Used to get the keys corresponding to the download addresses of multiple shards in data export.
GET: /v2.0/cloud/agent/chat/oem/data-export/tasks/{task_id}/secret
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| task_id | String | path | true | The task ID. |
| Parameter name | Type | Description |
|---|---|---|
| result | List | The returned result. |
Description of result
| Parameter name | Type | Description |
|---|---|---|
| file_name | String | The file name. |
| secret | String | The decompression password. |
GET: /v2.0/cloud/agent/chat/oem/data-export/tasks/*****/secret
{
"result": [
{
"file_name": "file_name1",
"secret": "X32s1u6uPKxD/2GMifXqdjGOlg*****hikjSsCf6LSYNNTXYcmtBw=="
},
{
"file_name": "file_name2",
"secret": "7k9s8G2pR5dX/4JFmzQ7nYb3vH*****aL6sKf2gM9PQUVRT8hgdd"
}
],
"t": 1634713288140,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback