aircraft_flights
Retrieve flight history for an aircraft by ICAO24 address, including departure and arrival airports, over a specified time range.
Instructions
Get flight history for an aircraft over a time period including departure and arrival airports.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End time as Unix timestamp (default: now) | |
| begin | No | Start time as Unix timestamp (default: 7 days ago) | |
| icao24 | Yes | ICAO24 hex address |