retrieving-mlflow-traces

Installation
SKILL.md

Retrieving MLflow Traces

Single Fetch vs Search

Choose the right approach based on what you have:

You have... Use Command
Trace ID Single fetch mlflow traces get --trace-id <id>
Session/user/filters Search mlflow traces search --experiment-id <id> --filter-string "..."

Single fetch - Use when you have a specific trace ID (e.g., from UI, logs, or API response):

mlflow traces get --trace-id tr-69f72a3772570019f2f91b75b8b5ded9
Installs
404
Repository
mlflow/skills
GitHub Stars
57
First Seen
Feb 5, 2026
retrieving-mlflow-traces — mlflow/skills