provider Records GET /{baseId}/{tableIdOrName}/{recordId}
@utdk/airtable /{baseId}/{tableIdOrName}/{recordId}
Get a record
Retrieve a single record by its ID from a specified table. Returns the record's fields and metadata.
baseId path required
The Airtable base ID
string
tableIdOrName path required
The table ID or name
string
recordId path required
The record ID (starts with 'rec')
string

Try it

Authentication
Configure credentials for Airtable REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getrecord
GET/{baseId}/{tableIdOrName}/{recordId}
Retrieve a single record by its ID from a specified table. Returns the record's fields and metadata.

Parameters

required

The Airtable base ID

required

The table ID or name

required

The record ID (starts with 'rec')

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import airtable from '@utdk/airtable';

await airtable.getrecord()