List factor evaluation algorithm configurations
GET /v1/factors/evaluation-algorithm-configurations — Lists built-in and owner-scoped immutable algorithm configuration versions.
GET /v1/factors/evaluation-algorithm-configurations
Lists built-in and owner-scoped immutable algorithm configuration versions.
| Method | GET |
| Path | /v1/factors/evaluation-algorithm-configurations |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Response body
{ "configurations": [ { "id": "time-series-comprehensive", "version": 1, "builtin": true } ] }