list_tags
Retrieve and filter tags from the ZenML workspace to organize resources, enable queries like 'show me all prod deployments,' and manage exclusive tags that apply once per entity, with pagination support.
Instructions
List all tags in the ZenML workspace.
Tags enable queries like "show me all prod deployments" and help organize
resources. Exclusive tags can only be applied once per entity.
Returns JSON including pagination metadata (items, total, page, size).
Args:
sort_by: The field to sort the tags by
page: The page number to return
size: The number of tags 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 tag name
exclusive: Filter by exclusive tags (can only be applied once per entity)
resource_type: Filter by resource type the tag applies toInput 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 | ||
| exclusive | No | ||
| resource_type | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |