faceit_getMatch
Retrieve detailed match records including lobby, factions, results, and voting by providing a match ID.
Instructions
Retrieve match details
Use to fetch the full record of one match by match_id (lobby, factions, results, voting, etc.). For per-round/player stats use getMatchStats.
Endpoint: GET /matches/{match_id}
Parameters:
match_id (path, str, required): The id of the match
Returns: Match details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match_id | Yes |