sleeper_league_drafts
Retrieve draft details for a fantasy league by providing its league ID. Get draft IDs, season, type, settings, order, and start time.
Instructions
The drafts belonging to a league (a dynasty league has one per season).
Returns: [{draft_id, league_id, season, status, type:'snake'|'auction'|'linear', settings:{rounds, teams}, draft_order:{user_id: slot}, start_time}]
Example: Drafts for the example league {"league_id": "289646328504385536"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league_id | Yes | League id. Required — part of the URL path. |