Diagnose Airtable Web API error responses (401/403/404/422/429)

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

Documented steps

  1. Parse the error body: {"error": {"type": "...", "message": "..."}} — type is the stable machine key; log both.
  2. 401 AUTHENTICATION_REQUIRED / UNAUTHORIZED: missing, malformed, or revoked Bearer token. Check the header format 'Authorization: Bearer pat...' with no stray whitespace.
  3. 403 INVALID_PERMISSIONS_OR_MODEL_NOT_FOUND: the token lacks a scope, the base isn't in the token's resource grants, or the user's collaborator role is too low. Airtable deliberately blurs 'no permission' and 'doesn't exist'.
  4. 404 NOT_FOUND / TABLE_NOT_FOUND / MODEL_ID_NOT_FOUND: wrong or deleted base/table/record id — verify ids via the Meta API (app.../tbl.../rec... prefixes must match the slot they're used in).
  5. 422 INVALID_REQUEST / INVALID_VALUE_FOR_COLUMN: body shape or field values don't match the schema — wrong cell type, unknown select option (retry with typecast:true if coercion is intended), writing to computed fields, or an oversized records array (split the batch).
  6. 429: rate limited — sleep 30 seconds, then retry (see the rate-limits route).
  7. Docs: https://airtable.com/developers/web/api/errors

Known gotchas

Related routes

Authenticate to the Airtable Web API with a personal access token
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