Airtable · Example Payload

Airtable Record Example

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

Airtable Record Example is an example object payload from Airtable, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcreatedTimefields

Example Payload

Raw ↑
{
  "id": "rec123abc456",
  "createdTime": "2026-04-19T10:30:00.000Z",
  "fields": {}
}