EndpointsExperience Requests

List counterfactual evaluations

GET/v2/counterfactual-evals

Returns 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.

Defaultfalse
limit?Limit

Maximum evaluations returned.

Range1 <= value <= 200
Default50
cursor?|

Opaque cursor returned by the previous page.