EndpointsEpisodes
List round episode requests
GET
/v2/rounds/{round_id}/episode-requestsReturns episode requests created for one round, newest first.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
round_id*Round Id
Round whose episode requests will be listed.
Match
^round_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Query Parameters
limit?Limit
Maximum episode requests returned.
Range
1 <= value <= 100Default
50cursor?|
Opaque cursor from the previous page.