Skip to main content
GET
List round episodes

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

round_id
string
required

Round associated with the requested resource.

Pattern: ^round_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Query Parameters

limit
integer
default:50

Maximum episodes to return.

Required range: 1 <= x <= 1000
cursor
string | null

Cursor returned by the previous page.

completed_only
boolean
default:false

Return only completed episode requests.

Response

Successful Response

entries
V2RoundEpisodeRow · object[]
required

Round episodes in this page.

next_cursor
string | null
required

Cursor for the next page, or null when no entries remain.