download_processdump
Retrieve error details from a failed Anaplan process task as CSV. Specify the process, task, and object IDs to download failure data from the failed import step.
Instructions
Download error details from a failed process task as CSV. Data is ephemeral (~48 hours). Prerequisites: processId from show_processes, taskId from run_process response, objectId from the failed step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Anaplan workspace ID or name | |
| modelId | Yes | Anaplan model ID or name | |
| processId | Yes | Process ID or name (from show_processes) | |
| taskId | Yes | Task ID of the failed process (from run_process response or show_tasks) | |
| objectId | Yes | Object ID from the task result nestedResults array (identifies which import step in the process failed -- look for objectId in the failed nestedResult) |