Get player sets
get_player_setsRetrieve a player's recent sets across tournaments with event and tournament details. Filter by set state such as COMPLETED.
Instructions
Get a player's recent sets across tournaments (most recent first), in the same normalized set form as get_event_sets, plus the event and tournament each set belongs to. Filter by set state (e.g. COMPLETED).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based. Default 1. | |
| state | No | Set states to include: names ("CREATED", "ACTIVE", "COMPLETED", ...) or raw integers (1-7). COMPLETED = finished sets. | |
| perPage | No | Results per page, max 20. Default 10. | |
| playerId | Yes | Numeric start.gg player id. |