model-registry/api/openapi
Jon Burdo ec49073cff
feat: add metric history bulk fetch endpoint (#1535)
This adds a new endpoint to fetch metric history items for multiple
experiment runs at once:

  GET /experiment_runs/metric_history

Without arguments this fetches metric history for every experiment run.

To fetch metric history for a specific set of experiment runs, the
`filterQuery` param can be used with `experimentRunId IN (1,2,3)`:

  GET /experiment_runs/metric_history?filterQuery=experimentRunId+IN+(1,2,3)

AI-assisted: Claude Code 1.0.63 (claude-sonnet-4@20250514)

Signed-off-by: Jon Burdo <jon@jonburdo.com>
2025-09-05 06:11:12 +00:00
..
src feat: add metric history bulk fetch endpoint (#1535) 2025-09-05 06:11:12 +00:00
catalog.yaml Add support for Experiment tracking in Model Registry, fixes #1224 (#1318) 2025-08-12 09:26:11 +00:00
model-registry.yaml feat: add metric history bulk fetch endpoint (#1535) 2025-09-05 06:11:12 +00:00