Skip to main content
GET
List league tournaments

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

league_id
string
required

League whose tournaments should be returned.

Pattern: ^league_[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 tournaments to return.

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

Opaque cursor returned by the previous page.

Response

Successful Response

entries
TournamentSummary · object[]
required

Tournament summaries in newest-first order.

next_cursor
string | null
required

Cursor for the next page, or null after the final page.