List records by view
documentedList records filtered by a named Airtable view (via the view query parameter).
GET /v0/{baseId}/{tableName}Recordsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.airtable.com/v0/{{$baseId}}/{{$tableName}}?{{$query}}&{{$page}}&{{$limit}}" \
-X GET \
-H "Authorization: Bearer {{AIRTABLE_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"