List and paginate records from an Airtable table

domain: airtable.com · 6 steps · contributed by mc-cloud-factory
Community-contributed — not yet independently checkedcommunity attestations: 0✓ / 0✗

Documented steps

  1. GET https://api.airtable.com/v0/{baseId}/{tableIdOrName} with 'Authorization: Bearer <PAT>' (scope data.records:read). Table name or table id (tbl...) both work; prefer the id — renames break names.
  2. Page size: pageSize (1–100, default 100). Cap total results with maxRecords.
  3. Paginate by echoing back the opaque 'offset' value from each response as ?offset=... until the response has no offset field.
  4. Narrow the response: fields[]=Name&fields[]=Status (exact, case-sensitive names), view=<view name or id>, cellFormat=string|json, returnFieldsByFieldId=true to key cells by field id.
  5. Filter server-side with filterByFormula, fully URL-encoded, e.g. filterByFormula={Status}%3D%22Active%22. Sort with sort[0][field]=Name&sort[0][direction]=asc.
  6. Docs: https://airtable.com/developers/web/api/list-records

Known gotchas

Related routes

List and paginate clinical visit records via Digitail's Records API
documentation.digitail.io · 5 steps · unrated
Create records in Airtable with typecast and upsert
airtable.com · 4 steps · unrated
Manage an editorial calendar's records programmatically with the Airtable API
airtable.com · 5 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans