List records
documentedList records in a table (supports pagination via offset, and optional query params to filter, sort, or limit results).
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"