close.listComments list comments attached to a Close object.
automations/close-list-comments.automation.ts
Inputs
Provide the ID of an object that Close supports for comments, such as a note activity. Close determines which object types support comments.limit defaults to 100; skip defaults to 0. Optional second argument { account } selects a named Close binding.
Output
Returns{ data: CloseComment[], hasMore: boolean }, including lead and thread IDs, mentions, removal state, authors, and timestamps.