{ "opencollection": "1.0.0", "info": { "name": "MLflow Tracking REST Artifacts API", "version": "2.0" }, "items": [ { "info": { "name": "Artifacts", "type": "folder" }, "items": [ { "info": { "name": "List artifacts for a run", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5000/api/2.0/mlflow/artifacts/list", "params": [ { "name": "run_id", "value": "", "type": "query" }, { "name": "path", "value": "", "type": "query" } ] }, "docs": "List artifacts for a run" }, { "info": { "name": "Get presigned URL for artifact upload", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5000/api/2.0/mlflow/artifacts/presigned-upload-url", "body": { "type": "json", "data": "{}" } }, "docs": "Get presigned URL for artifact upload" } ] } ], "bundled": true }