Skip to main content
airtable.listRecordComments follows comment pagination and returns comments newest first.
automations/read-airtable-comments.automation.ts
baseId, table name or ID table, and recordId are required. pageSize defaults to 100 and accepts 1–100; maxComments is optional. Returns { comments, count }. Comment dates are Date; attachment URLs expire after two hours. Requires data.recordComments:read.