Match timeline
get_match_eventsRetrieve a match's event timeline with breaks, games won, sets won, and momentum runs. Requires PRO plan.
Instructions
Timeline of events for a match — breaks, games won, sets won, momentum runs. Requires the PRO plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum events to return (1-200). | |
| match_id | Yes | Match id, as returned by get_live_matches, get_upcoming_matches or get_recent_results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the call returned data. False for a tier wall, a missing or rejected key, or an empty result — all of which are normal states with a clear remedy, not failures. | |
| events | No | Events in chronological order. | |
| message | Yes | Human-readable summary. Identical to the text content, so either half can be used alone. |