EndpointsExperience Requests
List counterfactual evaluations
GET
/v2/counterfactual-evalsReturns the counterfactual evaluations visible to the caller, newest first.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Query Parameters
candidate_policy_version_id?|
Return evaluations for this candidate policy version.
league_id?|
Return evaluations configured by this league.
player_id?|
Return evaluations whose candidate belongs to this player.
player_name?|
Return evaluations whose candidate player name contains this text.
mine?Mine
Return only evaluations created by the caller.
Default
falselimit?Limit
Maximum evaluations returned.
Range
1 <= value <= 200Default
50cursor?|
Opaque cursor returned by the previous page.