Retrieving MLflow Traces Single Fetch vs Search Choose the right approach based on what you have: | You have... | Use | Command | |-------------|-----|---------| | Trace ID | Single fetch | | | Session/user/filters | Search | | Single fetch - Use when you have a specific trace ID (e.g., from UI, logs, or API response): Search - Use when you need to find traces by criteria (session, user, status, time range, etc.): --- Trace Data Structure - TraceInfo : , (OK/ERROR), , , , , (human feedback, evaluation results) - Spans : Tree of operations with , , , , Workflow 1. Check CLI usage (required): 2…