Flights
Flights has 1 operations in gum's generated catalog. Start with search when you know the task, use describe to inspect request fields and scopes, then dispatch through the command that matches the operation risk class.
| Count | Value |
|---|---|
| Family | Research and travel |
| Operations | 1 |
| Risk classes | 1 read |
| Auth strategies | 1 plugin_managed |
Start here
gum search "flights"
gum describe flights.search
gum read flights.search --args '{"origin":"<origin>","destination":"<destination>","departure_date":"<departure_date>"}' --output jsonAuth
Auth strategies in this service: 1 plugin_managed. Authenticate the strategy used by the operation you plan to call.
Plugin-managed auth
- No Google OAuth client, API key, or service account is configured through gum for these operations.
- Confirm the plugin-backed operation is available:
gum plugin list
gum describe flights.search- Follow the plugin's upstream requirements, rate limits, and terms before calling it.
- Verify with a read call:
gum read flights.search --args '{"origin":"<origin>","destination":"<destination>","departure_date":"<departure_date>"}' --output jsonOperations
| Operation | Risk | Auth | Summary |
|---|---|---|---|
flights.search |
read |
plugin_managed |
Search Google Flights itineraries via the bundled fli Shape 1 plugin. |
Next
- Use API workflows for search, describe, invoke, and error handling.
- Use Auth guides for service-specific Google setup.
- Use Command index for CLI flags and generated help.
