show_models
List all models in a given Anaplan workspace. Filter by state, search by name, and include memory and date details.
Instructions
List models in a workspace. Filter by state param (PRODUCTION, UNLOCKED, etc). Use modelDetails=true for memory/dates. Use show_modules next.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Anaplan workspace ID or name | |
| state | No | Filter by model state | |
| modelDetails | No | Include memory usage, creation date, and last modified | |
| limit | No | Max items to return (default 50, max 1000) | |
| search | No | Filter by name or ID (case-insensitive substring match) |