Skip to main content
GET
Get episode

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

episode_id
string<uuid>
required

Episode to return.

Response

Successful Response

id
string<uuid>
required

Episode ID.

replay_url
string | null
required

URL for the replay.

thumbnail_url
string | null
required

URL for the thumbnail.

attributes
Attributes · object
required

Additional recorded episode metadata.

created_at
string<date-time>
required

Time when the episode was recorded.

tags
Tags · object
required

Episode tags keyed by tag name.

job_id
string<uuid> | null
required

Job that produced the episode.

coworld_id
string | null
required

Coworld version that ran the episode.

coworld_name
string | null
required

Coworld name.

coworld_version
string | null
required

Coworld version label.

round
RoundPublic · object | null

Round that contains the episode, when it belongs to a visible round.