fa_list_airports
Retrieve a paginated list of airports from the AeroAPI database. Use the cursor to navigate through multiple pages.
Instructions
List airports known to AeroAPI (paged). Use the cursor to page through.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Opaque paging cursor from a previous response's links.next | |
| max_pages | No | Max pages to fetch (AeroAPI default: 1) |