Retrieves a paginated list of comments from Canny. Comments can be filtered by board, post, author, or company. Use this action to: - Get all comments across your Canny instance - Find comments on a specific post (using postID) - List comments from a specific board (using boardI…
skipintegerNumber of comments to skip before returning results. Use with 'limit' for pagination (e.g., skip=10, limit=10 returns comments 11-20).
limitintegerMaximum number of comments to return per request. Use with 'skip' for pagination.
postIDstringThe unique identifier of a Canny post. When provided, only comments on this specific post are returned. Obtain this ID from List Posts or Create Post actions.
boardIDstringThe unique identifier of a Canny board. When provided, only comments on posts belonging to this board are returned. Obtain this ID from List Boards or Retrieve Board actions.
authorIDstringThe unique identifier of a Canny user. When provided, only comments created by this author are returned. Obtain this ID from List Users or Retrieve User actions.
companyIDstringThe unique identifier of a company. When provided, only comments on posts created by users linked to this company are returned. Obtain this ID from List Companies action.
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.