Create Data Export Task

Last Updated on : 2026-03-24 06:20:56Copy for LLMView as MarkdownDownload PDF

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.

API address

POST: /v1.0/cloud/agent/chat/oem/data-export/tasks

Request parameter

Description of body

Parameter nameTypeINRequiredDescription
biz_dateStringbodytrueThe business date in the format of yyyy-MM-dd.
product_idStringbodytrueThe product ID.

Return parameter

Parameter nameTypeDescription
resultDataExportTaskCreateResponseThe returned result.

Request example

POST: /v1.0/cloud/agent/chat/oem/data-export/tasks
{
  "biz_date": "2026-03-13",
  "product_id": "7uiqfb6xshqm****",
  "data_status": "normal",
  "type": "device"
}

Return example

{
    "result": {
        "task_id": "b2a177d5***ff36fcf9"
    },
    "t": 1634712273110,
    "success": true
}

Error code

For more information, see error code.