List factor evaluation algorithms
GET /v1/factors/evaluation-algorithms — Lists the fixed deterministic evaluator configurations available for qualification and diagnostic comparison.
GET /v1/factors/evaluation-algorithms
Lists the fixed deterministic evaluator configurations available for qualification and diagnostic comparison.
| Method | GET |
| Path | /v1/factors/evaluation-algorithms |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Response body
{ "algorithms": [ { "id": "time-series-comprehensive", "evaluatorId": "time-series", "mode": "qualification", "version": 1 } ] }