MINARA

List factor metrics

GET /v1/factors/metrics — Lists the Metric Catalog used by Web, CLI, REPL, objectives, stopping conditions, and reports.

GET /v1/factors/metrics

Lists the Metric Catalog used by Web, CLI, REPL, objectives, stopping conditions, and reports.

MethodGET
Path/v1/factors/metrics
AuthAuthorization: Bearer <token> required
Categoryresearch

Response body

{ "metrics": [ { "id": "oos_rank_ic", "labelKey": "factors.metrics.oos_rank_ic.label", "tooltipKey": "factors.metrics.oos_rank_ic.tooltip", "direction": "higher", "unit": "correlation" } ] }

On this page