list_artifacts
List artifact names, data types, and metadata from a Metaflow task or step by providing a pathspec.
Instructions
List all artifacts produced by a task (or the first task of a step).
Returns artifact names, data types, and metadata. Use get_artifact to retrieve actual values.
Args: pathspec: Task pathspec like "FlowName/RunID/StepName/TaskID", or step pathspec like "FlowName/RunID/StepName" (uses first task).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pathspec | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |