Lists runs in a project with optional search using ILIKE substring matching. Supports tag filtering with OR logic (returns runs with ANY of the specified tags).
API key obtained from the mlop dashboard
Project name
"my-project"
Search term for run names (substring match)
"training"
Comma-separated list of tags to filter by (OR logic)
"baseline,experiment"
Maximum number of runs to return
1 <= x <= 20050