MLflow
communityOpen-source ML lifecycle platform for experiment tracking, model registry, and deployment.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
POST
https://{instance}/api/2.0/mlflow/runs/searchSearch runs
Parameters
filterfilter string (stringoptionalmax_resultsresults (integeroptionalexperiment_idsexperiment IDs (string[]requiredReturns
runs[] with info.run_id, info.experiment_id, info.status, info.start_time, data.metrics[], data.params[], data.tags[]GET
https://{instance}/api/2.0/mlflow/experiments/searchList experiments
Parameters
max_resultsresults (integeroptionalReturns
experiments[] with experiment_id, name, artifact_location, lifecycle_stage, creation_timeGET
https://{instance}/api/2.0/mlflow/registered-models/getGet registered model
Parameters
namemodel name (stringrequiredReturns
registered_model with name, creation_timestamp, description, latest_versions[] with version, status, source, run_id