Skip to main content
Glama

list_snapshots

Retrieve and filter frozen pipeline configurations in ZenML workspaces to identify runnable or deployable snapshots with pagination support.

Instructions

List all snapshots in the ZenML workspace.

Snapshots are frozen pipeline configurations that replace the deprecated Run Templates. Use `runnable=True` to find snapshots that can be triggered. Returns JSON including pagination metadata (items, total, page, size). Args: sort_by: The field to sort the snapshots by page: The page number to return size: The number of snapshots 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 snapshot name pipeline: Filter by pipeline name or ID runnable: Filter to only runnable snapshots (can be triggered) deployable: Filter to only deployable snapshots deployed: Filter to only currently deployed snapshots tag: Filter by tag project: Optional project scope (defaults to active project) named_only: Only return named snapshots (default True to avoid internal ones)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sort_byNodesc:created
pageNo
sizeNo
logical_operatorNoand
createdNo
updatedNo
nameNo
pipelineNo
runnableNo
deployableNo
deployedNo
tagNo
projectNo
named_onlyNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zenml-io/mcp-zenml'

If you have feedback or need assistance with the MCP directory API, please join our Discord server