show_actions
Retrieve a list of all actions, including delete actions, for a specified Anaplan workspace and model. Filter by name or ID to find specific actions.
Instructions
List available actions (including delete actions) in a model. Use run_delete to execute a delete action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Anaplan workspace ID or name | |
| modelId | Yes | Anaplan model ID or name | |
| limit | No | Max items to return (default 50, max 1000) | |
| search | No | Filter by name or ID (case-insensitive substring match) |