get_league_rosters
Retrieve all rosters and season records for a Sleeper league, including wins, losses, points, starters, and reserves. Ideal for standings analysis by mapping owners to teams.
Instructions
Return every roster and its season record in a Sleeper league.
Each roster includes roster_id, owner_id, players, starters, reserve players, wins, losses, points, waiver position, and related settings. Obtain league_id from get_user_leagues. Combine with get_league_users to map owners to teams and use for standings or roster analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league_id | Yes | Sleeper league_id obtained from get_user_leagues. |