Retrieves a list of error events for a specified project within a Sentry organization, with options for pagination and detail level.
endstringEnd of the query period in ISO-8601 format. Must be used with 'start' parameter. Cannot be used with 'statsPeriod' parameter.
fullbooleanIf `True`, retrieves full event details including stacktraces; otherwise, a summary is returned.
startstringBeginning of the query period in ISO-8601 format. Must be used with 'end' parameter. Cannot be used with 'statsPeriod' parameter.
cursorstringOpaque cursor for pagination, pointing to the start of the next/previous page, typically from a 'Link' header.
samplebooleanIf `True`, returns events in a pseudo-random yet deterministic order.
statsPeriodstringTime range for events in format: number + unit (d=days, h=hours, m=minutes, s=seconds, w=weeks). Cannot be used with 'start' and 'end' parameters.
project_id_or_slugRequiredstringThe ID or slug of the Sentry project.
organization_id_or_slugRequiredstringThe ID or 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