sportsbet_competition_matches
Retrieve match events for a sport competition by providing its ID, returning event names, start times, and scores.
Instructions
Match-type events for a sport competition.
Returns: {events:[{eventId, name, startTime, score}]}
Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| competitionId | Yes | Sport competition id. Required — part of the URL path. |