EndpointsLeagues
Read a Persistent diagnostic checkpoint
GET
/v2/leagues/{league_id}/players/{player_id}/persistent-sessions/{session_id}Read the latest bounded diagnostic checkpoint for one exact controller launch.
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}$session_id*Session Id
Exact controller launch ID; never substituted with a newer launch.
Format
uuid