pinnacle_matchup
Fetch a single matchup's complete details: participants, league, periods, start time, and state. Use it to inspect all essential info for a matchup ID.
Instructions
One matchup's detail: participants, league, periods, start time, state.
Returns: {id, league:{name}, participants:[{name, alignment}], periods:[...], startTime, state, type, rotation}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matchupId | Yes | Matchup id (from any matchups feed). Required — part of the URL path. |