tab_racing_runner_form
Retrieve a runner's complete past-start history, including positions, margins, distances, and dates, to analyze performance before a race.
Instructions
DETAILED per-runner form: full past-start history with positions, margins, distances and dates.
Returns: {runnerName, runnerNumber, previousStarts/pastPerformances:[{position, fieldSize?, distance, date, margin, ...}]}
Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET or TAB_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Meeting date, YYYY-MM-DD. Required — part of the URL path. | |
| raceType | Yes | Race code: R/G/H. Required — part of the URL path. | |
| raceNumber | Yes | Race number. Required — part of the URL path. | |
| jurisdiction | No | State jurisdiction. | NSW |
| runnerNumber | Yes | Saddle/box number. Required — part of the URL path. | |
| venueMnemonic | Yes | Venue code. Required — part of the URL path. |