Skip to main content
GET
Get Player Latest Replay

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

league_id
string
required
Pattern: ^league_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
player_id
string
required
Pattern: ^ply_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Response

PlayerLatestReplayPublic · object | null

Successful Response

round
RoundPublic · object
required
episode
V2RoundEpisodeRow · object
required

One round episode presentation, independent of how its evidence was produced.

This row is served anonymously (see list_round_episodes in routes/rounds.py, which uses OPTIONAL auth). job_index, participant_scores, dispatched_at, and running_at are per-episode execution facts already exposed to every signed-in submitter via the episode-requests list (V2EpisodeRequestListRow); they carry no requester identity, game config, or infrastructure detail, so they are safe here.