Search Linear issues using full-text search across identifier, title, and description. Use when you need to find issues by keywords or specific identifiers. Note: This endpoint only supports full-text search; for structured filtering by team, project, assignee, state, or labels,…
afterstringCursor for pagination. Use the endCursor from the previous response's page_info to fetch the next page of results.
firstintegerNumber of issues to return per page. Must be between 1 and 50. Defaults to 25.
queryRequiredstringThe search query text. Searches across issue identifier (e.g., 'ENG-123'), title, and description fields. This is a full-text search only; structured filtering by team, project, assignee, state, or labels is NOT supported on this endpoint. Use LIST_ISSUES_BY_TEAM_ID for filtered…
include_archivedbooleanWhether to include archived issues in search results. Defaults to false (only active issues).
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