Get Draft Picks
sleeper_get_draft_picksRetrieve all picks from a Sleeper fantasy draft in pick order. Optionally filter by round to see picks for a specific round.
Instructions
Get all picks made in a specific Sleeper fantasy draft, in order.
Args:
draft_id (string): The Sleeper draft ID
round_filter (number, optional): Filter results to a specific round only
Returns: All picks in pick order: round, pick number, player, position, team, and who picked them.
Examples:
"Show all picks from draft 987654321"
"What were the first-round picks?"
"Who did roster 5 draft?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | Sleeper draft ID | |
| round_filter | No | Optional: only return picks from this round |