get_schedule
Get complete match schedules for a flight, with dates, times, venues, teams, and scores. Provide an event ID and flight ID to access details.
Instructions
Get all matches for a flight.
Returns each match's date, time, venue, teams, and score (if played). Get the flight ID from get_event_overview.
Args: event_id: Numeric event ID (e.g. 3933). flight_id: Flight ID from get_event_overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| flight_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |