faceit_get_match_history
Retrieve a FACEIT player's recent CS2 match history, including match IDs, results, and timestamps, with customizable limits and pagination.
Instructions
Get a player's recent CS2 match history (list of match ids, results, timestamps) on FACEIT.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of matches to return | |
| offset | No | Pagination offset | |
| game_id | No | Game id, default 'cs2' | cs2 |
| player_id | Yes | FACEIT player_id |