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.
| Method | GET |
| Path | /v1/factors/metrics |
| Auth | Authorization: Bearer <token> required |
| Category | research |
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" } ] }