fa_get_airport_delays
Get current airport delays for all airports or a specific airport by ID. Returns delay information in real time.
Instructions
Get current airport delays — all delayed airports, or just one when id is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Airport code to scope to a single airport (omit for all delays) | |
| max_pages | No | Max pages to fetch (AeroAPI default: 1) | |
| cursor | No | Opaque paging cursor from a previous response's links.next |