list_models
List your marketing mix models with status, type, and timestamps. Retrieve model hashes needed for other model endpoints.
Instructions
List all Marketing Mix Models for the authenticated user.
Returns model name, hash, status (pending/under way/complete/failed), type (mmm/var), hierarchy value, and timestamps.
NOTE: All other model endpoints use model_hash (string, e.g. "f835671a25") as the identifier. Use the model_hash from this response.
Args:
include_unsaved: Include draft/unsaved models (default false).
limit: Maximum number of models to return (default 50, max 500).
offset: Number of models to skip, for paging past limit (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| include_unsaved | No |