fa_list_operators
Retrieve a paginated list of airlines (operators) from AeroAPI. Use cursor to navigate pages and set max_pages to control the number of pages fetched.
Instructions
List operators (airlines) 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, 1-20 (AeroAPI default: 1). Capped at 20 since AeroAPI bills per page. |