Tool to list all issues for a specific Linear team, scoped by team ID. Use when you need to retrieve issues belonging to a particular team without fetching workspace-wide issues. This is more efficient than workspace-wide listing followed by client-side filtering.
afterstringOpaque pagination cursor for fetching the next page of results. MUST be the exact `end_cursor` value from a previous response's `page_info`. Cannot use issue IDs, UUIDs, or arbitrary strings. Omit for the first page.
firstintegerNumber of issues to return per page (forward pagination). Must be between 1 and 250.
team_idRequiredstringThe unique identifier (UUID) of the Linear team whose issues you want to list. This is the team's ID, not the team's name or key.
include_archivedbooleanWhether to include archived issues in the results. Default is false (only active issues are returned).
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