list_projects
Retrieve and filter projects in your ZenML workspace with sorting and pagination options.
Instructions
List all projects in the ZenML workspace.
Returns JSON including pagination metadata (items, total, page, size).
Args:
sort_by: The field to sort the projects by
page: The page number to return
size: The number of projects to return
logical_operator: The logical operator to use for combining filters
created: Filter by creation date
updated: Filter by last update date
name: Filter by project name
display_name: Filter by project display name
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 | ||
| display_name | No |