EndpointsRounds
List round episodes
GET
/v2/rounds/{round_id}/episodesReturn a paginated list of episodes associated with one visible round.
Authorization
BearerAuth AuthorizationBearer <token>
Bearer token issued by Softmax
In: header
Path Parameters
round_id*Round Id
Round associated with the requested resource.
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 episodes to return.
Range
1 <= value <= 1000Default
50cursor?|
Cursor returned by the previous page.
completed_only?Completed Only
Return only completed episode requests.
Default
false