pinnacle_league_matchups_live
Retrieve live in-play matchups for a given league ID. Get participant names, start time, and live status for active games.
Instructions
Live (in-play) matchups for one league (competition).
Returns: [{id, league:{name}, participants:[{name}], startTime, isLive, liveMode}] (top-level array; empty when nothing live)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leagueId | Yes | League id, from pinnacle_sport_leagues. Required — part of the URL path. |