Match Discovery
List a team's matches
Returns matches for a specific team (resolved by id or slug), newest first, with cursor pagination. The authenticated user must be an active member of the team. Requires the matches.team_matches:read permission.
post/teams/{identifier}/matches
Path parameters
identifierstring required
Team id or slug.
Team id or slug.
Request body
Response
Cursor-paginated result. continueCursor is non-null even when isDone is true.