More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
🔍

Get Record from Airtable

n8n-nodes-base.httpRequest

Retrieve a single record from an Airtable table by its record ID. Returns all field values for the specified record.

airtable database record get api
API Docs
Platform
Airtable
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

Fetch specific record details
Look up records by ID
Retrieve record for processing

Configuration

Node Configuration Summary
Ready-to-use Airtable node configured for get record from airtable. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /v0/{{ $json.baseId }}/{{ $json.tableIdOrName }}/{{ $json.recordId }}
Nodes: 2
Auth: HTTP Header Auth
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related Airtable Nodes