pointsbet_racing_meeting
Retrieve a horse racing meeting's details by ID, including venue, conditions, and the full list of races with numbers and names.
Instructions
One race meeting by id: venue, conditions, and the full list of its races.
Returns: {meetingId, venue, racingType, meetingStartDateTimeUtc, races:[{raceId, raceNumber, name}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meetingId | Yes | Meeting id (e.g. 2758032), from pointsbet_racing_meetings. Required — part of the URL path. |