list_pipeline_runs
Retrieve and filter pipeline runs from your ZenML workspace to monitor execution history and status.
Instructions
List all pipeline runs in the ZenML workspace.
Args:
sort_by: The field to sort the pipeline runs by
page: The page number to return
size: The number of pipeline runs to return
logical_operator: The logical operator to use
created: The creation date of the pipeline runs
updated: The last update date of the pipeline runs
name: The name of the pipeline runs
pipeline_id: The ID of the pipeline
pipeline_name: The name of the pipeline
stack_id: The ID of the stack
status: The status of the pipeline runs
start_time: The start time of the pipeline runs
end_time: The end time of the pipeline runs
stack: The stack of the pipeline runs
stack_component: The stack component of the pipeline runs
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 | ||
| pipeline_id | No | ||
| pipeline_name | No | ||
| stack_id | No | ||
| status | No | ||
| start_time | No | ||
| end_time | No | ||
| stack | No | ||
| stack_component | No |