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
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')

Configure credentials above to enable sending.

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

TypeScript

import airtable from '@utdk/airtable';

await airtable.getrecord()