get_league_matchups
Retrieve all team matchup entries for a given league and NFL week, including points and matchup pairings, to support weekly recaps and lineup analysis.
Instructions
Return all team matchup entries for one league week.
Each entry includes roster_id, matchup_id, starters, all players, points, and commissioner-overridden points. Teams sharing matchup_id played one another. Obtain league_id from get_user_leagues and current week from get_sport_state. Use for weekly recaps, live score summaries, and lineup analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | NFL week to retrieve. Use get_sport_state to discover the current week. | |
| league_id | Yes | Sleeper league_id obtained from get_user_leagues. |