Insights Export REST Endpoints

Insights Export
Use this API to create and manage tasks to export insights data. The task can optionally purge the data after it's exported. The exported data is stored in the instance in a downloadable ZIP file.
Cancel and delete export task
Method: delete
Path: /api/v1/bots/insights/dataExports/{id}
Get Export File
Method: get
Path: /api/v1/bots/insights/dataExports/{id}/files/{filename}
Get Export Task Status
Method: get
Path: /api/v1/bots/insights/dataExports/{id}
List Export Tasks
Method: get
Path: /api/v1/bots/insights/dataExports
Start Export Task
Method: post
Path: /api/v1/bots/insights/dataExports