Get team roster
get_rosterRetrieve a fantasy baseball team's roster for any date, with optional player details or just player keys.
Instructions
Get a team's roster for a date. By default, each player row contains player_key, name, editorial_team_abbr, display_position, selected_position, status, and is_starting. Set keyOnly=true to return only the player_key array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date as YYYY-MM-DD; defaults to today | |
| keyOnly | No | Return only an array of player_key values | |
| teamKey | No | Team key; defaults to configured team |