Skip to main content

Resolve Workspace Metric Configs

GET 

/workspaces/:workspace_id/metric-configs/resolved

For each metric in workspace_id (or just metric_name, if given): the workspace's admin default, every live named override with its version history, and which one a new run preselects — every registered metric, agentic or not.

The preselected choice is always Table A's highest config_version — nothing else moves it; a user picks an override explicitly in the run form, which is not this endpoint's job. Resolving writes nothing.

A metric with a default and no overrides returns the default and an empty override list, never an error — every metric is seeded, so that is the ordinary case for a metric nobody has overridden yet, not an unconfigured one. A metric_name with no default (registered after the last seed pass) contributes no item, the same "simply absent" behaviour as the sibling metric-config-defaults listing.

Request​

Responses​

Successful Response