fa_get_flight_track
Retrieve the position track (breadcrumb log) for any flight by its FlightAware ID, with options for compact or full views and estimated positions.
Instructions
Get the position track (breadcrumb log) for a specific flight by fa_flight_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | fa_flight_id of the flight | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns FlightAware's payload untouched. No field projection: this server has no verified record of which FlightAware fields matter, and inventing one would risk dropping a field a caller needs. | |
| include_estimated_positions | No | Include estimated positions where actual data is missing |