Skip to main content
linear.listIssueComments returns top-level comments and threaded replies from Linear’s comment filter.
automations/list-linear-comments.automation.ts
issueId accepts a UUID or identifier. orderBy is "createdAt" by default or "updatedAt". limit accepts 1–50 and defaults to 50. Other common page fields are after and includeArchived. Optional second argument { account } defaults to the project binding. Returns { comments: LinearComment[]; pageInfo: LinearPageInfo }. Comments include body, author, issue/parent IDs, URL, and creation, update, edit, resolve, and archive dates.