list_flows
List available Metaflow flows in a namespace to discover flow names. Supports pagination with offset and limit. Use this to identify flows before searching for runs.
Instructions
List available Metaflow flows.
Returns flow names visible in the given namespace. Use this to discover flows before searching for runs.
Args: last_n: Max number of flows to return (default 50). offset: Number of flows to skip for pagination (default 0). namespace: Metaflow namespace to scope results (e.g. "user:npow"). Use get_config to find your default_namespace. If omitted, returns all flows visible globally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| last_n | No | ||
| offset | No | ||
| namespace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |