pointsbet_racing_meeting
Retrieve detailed race meeting data by ID: venue, racing conditions, start time, and full race list 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. |