List open team roles
team_open_rolesList the positions teams are looking to fill ("we need a designer").
Visibility is limited to what the signed-in account can already see:
their own team's open roles, or — if they organise the event — every
team's. It is not a public cross-team browse for a stranger looking for
any team: that is team_seeking_members, which reads the find-a-team
page's own list (pair it with event_free_agents and
team_matchmaking_teams). Filter with team_id for one team, or
event_slug to see everything the caller can see at that event.
team_id is answered exactly. event_slug (and the unfiltered form) is
not: the underlying endpoint narrows by one team at a time and has no
event filter, so a very large event can return a note saying rows were
left unscanned. Ask per team when that matters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. | |
| team_id | No | Only this team's open roles. | |
| page_size | No | Rows per page (max 100). | |
| event_slug | No | Only open roles at this event (within what the caller can see). |