Skip to main content
Glama
zenml-io

ZenML MCP Server

Official
by zenml-io

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
NameRequiredDescriptionDefault
sort_byNodesc:created
pageNo
sizeNo
logical_operatorNoand
createdNo
updatedNo
nameNo
pipeline_idNo
pipeline_nameNo
stack_idNo
statusNo
start_timeNo
end_timeNo
stackNo
stack_componentNo

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