Tool to list comments on a specific Airtable record. Use when retrieving comments for a record, with optional pagination support for large comment threads.
baseIdRequiredstringThe unique identifier of the Airtable base from which to list comments.
offsetstringPagination token to retrieve the next page of comments. If specified, the returned comments will begin at the specified offset. Obtained from the previous response.
pageSizeintegerThe number of comments to return per page. Must be less than or equal to 100. Defaults to 100 if not specified.
recordIdRequiredstringThe unique identifier of the record for which comments are to be listed.
tableIdOrNameRequiredstringThe unique identifier or name of the table within the specified base containing the record.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.