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: deletePath:
/api/v1/bots/insights/dataExports/{id}
- Get Export File
- Method: getPath:
/api/v1/bots/insights/dataExports/{id}/files/{filename}
- Get Export Task Status
- Method: getPath:
/api/v1/bots/insights/dataExports/{id}
- List Export Tasks
- Method: getPath:
/api/v1/bots/insights/dataExports
- Start Export Task
- Method: postPath:
/api/v1/bots/insights/dataExports