mlflow_experiments_list
Search and list MLflow experiments with optional filters, pagination, and sorting to manage experiment tracking in Databricks.
Instructions
Search experiments (GET /api/2.0/mlflow/experiments/search).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_results | No | ||
| page_token | No | ||
| filter | No | ||
| order_by | No | ||
| view_type | No | 1=ACTIVE_ONLY, 2=DELETED_ONLY, 3=ALL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |