run_export
Execute an export action to retrieve data inline, handling the full run-wait-download lifecycle. Ideal for bulk reports across all products, customers, or regions.
Instructions
Execute an export and return the data inline. Best for bulk reports across all products/customers/regions -- prefer this over calling read_cells in a loop. Handles the full run-wait-download lifecycle. Use show_exports first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Anaplan workspace ID or name | |
| modelId | Yes | Anaplan model ID or name | |
| exportId | Yes | Export action ID or name | |
| saveToDownloads | No | If true, save the exported file to ~/Downloads | |
| fileName | No | Optional local file name when saveToDownloads is true |