EndpointsLeagues

List Persistent diagnostic sessions

GET/v2/leagues/{league_id}/players/{player_id}/persistent-sessions

List immutable Persistent controller launches and their session identities.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token issued by Softmax

In: header

Path Parameters

league_id*League Id

League ID.

Match^league_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
player_id*Player Id

Player ID.

Match^ply_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Query Parameters

limit?Limit

Maximum launches to return.

Range1 <= value <= 100
Default25
cursor?|

Continuation cursor from the previous page.