Subscribers query the status of a specified data export task to determine whether the download link is ready.
GET: /v1.0/cloud/agent/chat/oem/data-export/tasks/{task_id}
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| task_id | String | path | true | The ID of a specified task. |
| Parameter name | Type | Description |
|---|---|---|
| result | DataExportTaskStatusResponse | The returned result. |
Description of result
| Parameter name | Type | Description |
|---|---|---|
| state | String | The status of a specified task. Valid values:
|
| url | String | The download URL of a specified .zip file. |
GET: /v1.0/cloud/agent/chat/oem/data-export/tasks/****
{
"result": {
"url": "https://*****",
"state": "success"
},
"t": 1634712780719,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback