Skip to main content
GET
List round episode requests

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

round_id
string
required

Round whose episode requests will be listed.

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 episode requests returned.

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

Opaque cursor from the previous page.

Response

Successful Response

entries
V2EpisodeRequestSummary · object[]
required

Episode requests in this page.

next_cursor
string | null
required

Opaque cursor for the next page, or null on the last page.