list_builds
Retrieve and filter pipeline builds to analyze reproducibility and debug infrastructure issues in your ZenML workspace.
Instructions
List all pipeline builds in the ZenML workspace.
Builds explain reproducibility (container image/code) and can help debug
infrastructure issues.
Returns JSON including pagination metadata (items, total, page, size).
Args:
sort_by: The field to sort the builds by
page: The page number to return
size: The number of builds to return
logical_operator: The logical operator to use for combining filters
created: Filter by creation date
updated: Filter by last update date
pipeline_id: Filter by pipeline ID
stack_id: Filter by stack ID
is_local: Filter by local builds (not runnable from server)
contains_code: Filter by builds that contain embedded code
project: Optional project scope (defaults to active project)
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 | ||
| pipeline_id | No | ||
| stack_id | No | ||
| is_local | No | ||
| contains_code | No | ||
| project | No |