Insights for Skills (Deprecated) REST Endpoints
Deprecated. Use this API to manage jobs to export a skill's insights data that was collected from conversations and to download the data in CSV files.
-
Delete Export Task - Method: deletePath:
/api/v1/bots/{botId}/insightExports/{exportId} -
Get Export List - Method: getPath:
/api/v1/bots/{botId}/insightExports -
Get Export Task - Method: getPath:
/api/v1/bots/{botId}/insightExports/{exportId} -
Get Export Task Status - Method: getPath:
/api/v1/bots/{botId}/insightExports/{exportId}/status -
Get Exported Data - Method: getPath:
/api/v1/bots/{botId}/insightExports/{exportId}/data -
Start Export Task - Method: postPath:
/api/v1/bots/{botId}/insightExports