Skip to main content

Retrieve comments

Retrieve comments of a record from Airtable.

Application

  • Airtable

Inputs (what you have)

NameDescriptionData TypeRequired?
Base IDUnique identifier of the base. Example: app1234567890TextYes
Table ID or nameTable ID or table name. Table names and table IDs can be used interchangeably, but table IDs are recommended so requests do not need to change when a table is renamed. Example: tbl1234567890TextYes
Record IDUnique identifier of the record. Example: rec1234567890TextYes
Page sizeMaximum number of comments to return in a single page. Must be less than or equal to 100NumberNo
OffsetPagination cursor from a previous response. When provided, comments are returned starting from this offsetTextNo

Outputs (what you get)

NameDescriptionData Type
Response status codeThe HTTP status code returned by the API.Number
Response headersThe response headers returned by the API.JSON
Response bodyThe response body returned by the API.JSON

Requirements

  • N/A