Retrieves a list of issues for a Sentry project, defaulting to unresolved issues unless an empty `query` string is provided or specific `hashes` are used.
querystringSentry structured search query to filter issues (e.g., "is:resolved", "error.type:TypeError"). Defaults to "is:unresolved"; `""` retrieves all issues regardless of status. IMPORTANT: Boolean operators "OR" and "AND" are NOT supported in Issue search - they will cause an error. T…
cursorstringPagination cursor from a previous response's `Link` header to fetch the next/previous set of issues.
hashesstringComma-separated group hashes to retrieve specific issues; incompatible with `query`. Max 100 hashes processed.
statsPeriodstringTime window for calculating issue statistics (affects the timeline stats in the response, not which issues are returned). Valid values: "" (empty string to disable stats), "24h" (last 24 hours), "14d" (last 14 days). Defaults to "24h" if not provided. Other values (e.g., "7d", "…
shortIdLookupbooleanIf `True`, enables issue lookup by short IDs; may return issues from a different project. API default is typically `False`.
project_id_or_slugRequiredstringUnique identifier (ID) or human-readable slug of the Sentry project.
organization_id_or_slugRequiredstringUnique identifier (ID) or human-readable slug of the Sentry organization.
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