Subscribers create data export tasks to export agent conversation corpora. Only device data belonging to subscribers (and not from all-in-one devices) can be exported.
POST: /v1.0/cloud/agent/chat/oem/data-export/tasks
Description of body
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| biz_date | String | body | true | The business date in the format of yyyy-MM-dd. |
| product_id | String | body | true | The product ID. |
| Parameter name | Type | Description |
|---|---|---|
| result | DataExportTaskCreateResponse | The returned result. |
POST: /v1.0/cloud/agent/chat/oem/data-export/tasks
{
"biz_date": "2026-03-13",
"product_id": "7uiqfb6xshqm****",
"data_status": "normal",
"type": "device"
}
{
"result": {
"task_id": "b2a177d5***ff36fcf9"
},
"t": 1634712273110,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback