EndpointsRounds

List round episodes

GET/v2/rounds/{round_id}/episodes

Return 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.

Range1 <= value <= 1000
Default50
cursor?|

Cursor returned by the previous page.

completed_only?Completed Only

Return only completed episode requests.

Defaultfalse