Tasks REST Endpoints

Tasks
Use the Task endpoints retrieve status for data table and migration tasks, cancel and delete tasks, and retrieve files associated with a task (e.g. log files and export zip files).

Note: The '/tasks/{taskId}/actions/cancel' endpoint is deprecated in Oracle CPQ 20B. Use the PATCH method of the '/rest/v9/tasks/{taskId}' endpoint to cancel tasks.
Cancel Task
Method: patch
Path: /rest/v19/tasks/{taskId}
Delete Task
Method: delete
Path: /rest/v19/tasks/{taskId}
Delete Tasks
Method: post
Path: /rest/v19/tasks/actions/deleteTasks
Download a Task File
Method: get
Path: /rest/v19/tasks/{taskId}/files/{fileName}
Get List of Tasks
Method: get
Path: /rest/v19/tasks
Get Task
Method: get
Path: /rest/v19/tasks/{taskId}
Get Task File List
Method: get
Path: /rest/v19/tasks/{taskId}/files