Skip to main content
GET
Get Episode

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

episode_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required
replay_url
string | null
required
thumbnail_url
string | null
required
attributes
Attributes · object
required
created_at
string<date-time>
required
tags
Tags · object
required
job_id
string<uuid> | null
required
coworld_id
string | null
required
coworld_name
string | null
required
coworld_version
string | null
required
round
RoundPublic · object | null

The round this episode belongs to, when it belongs to one. This is the only link from an episode id back to its round, and without it a client holding nothing but an episode id (a shared /?e= link) cannot reach the round that lists it — see softmax.com's watch theater, whose own pool only reaches back a few rounds. The whole public row rather than the bare id because the id alone is not enough: reading the round back costs a second request, and GET /v2/rounds/{id} is signed-in only, while this row is the same RoundPublic GET /v2/rounds?division_id= already serves anonymously.