list_run_steps
Retrieve and filter run steps from your ZenML workspace to monitor pipeline execution progress and status.
Instructions
List all run steps in the ZenML workspace.
Args:
sort_by: The field to sort the run steps by
page: The page number to return
size: The number of run steps to return
logical_operator: The logical operator to use
created: The creation date of the run steps
updated: The last update date of the run steps
name: The name of the run steps
status: The status of the run steps
start_time: The start time of the run steps
end_time: The end time of the run steps
pipeline_run_id: The ID of the pipeline run
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | desc:created | |
| page | No | ||
| size | No | ||
| logical_operator | No | and | |
| created | No | ||
| updated | No | ||
| name | No | ||
| status | No | ||
| start_time | No | ||
| end_time | No | ||
| pipeline_run_id | No |