Polyrankdocs
Rankings

GET /v1/rankings/eval/{preset_id}

Nightly forward-performance evaluation for a preset (or signal:<name>): rank-vs-forward-PnL Spearman, top-decile forward-PnL lift, forward Brier, survivorship — latest-first. The evidence for choosing which ranking to trust.

GET
/v1/rankings/eval/{preset_id}

Nightly forward-performance evaluation for a preset (or signal:): rank-vs-forward-PnL Spearman, top-decile forward-PnL lift, forward Brier, survivorship — latest-first. The evidence for choosing which ranking to trust.

AuthorizationBearer <token>

API key: Authorization: Bearer pk_live_… (mint at polyrank.app/api-keys)

In: header

Path Parameters

preset_id*string

Query Parameters

limit?integer

Response Body

application/json

curl -X GET "https://example.com/v1/rankings/eval/string"
{  "preset_id": "string",  "runs": [    {      "run_at": "string",      "kind": "string",      "grain": "string",      "top_k": -9007199254740991,      "cohort_size": -9007199254740991,      "intent_pass": true,      "intent_score": 0,      "anti_flags": -9007199254740991,      "spearman": 0,      "topk_lift_pnl": 0,      "topk_fwd_brier": 0,      "survivorship": 0,      "snapshot_age_sec": -9007199254740991    }  ]}