get_action_status
Check the status of a running Anaplan task by polling until completion or failure. Optionally includes step-level timing details.
Instructions
Check status of a running task. Poll until taskState is COMPLETE or FAILED. Use includeProcessDetails=true for step timing. taskId from run_* response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Anaplan workspace ID or name | |
| modelId | Yes | Anaplan model ID or name | |
| actionType | Yes | Type of action | |
| actionId | Yes | Action ID or name | |
| taskId | Yes | Task ID (from run_import, run_export, run_process, or run_delete response) | |
| includeProcessDetails | No | Include duration and startTime for each process step |