Tool to create an event data request for a Bugsnag project. Use when you need to export event data matching specific filters. The request is processed asynchronously - check the returned status and use the provided ID to poll for completion. Once completed, the 'url' field provi…
filtersobjectFilter conditions to determine which events to include in the data request. Use an empty dict {} to request all events. Supports filters on error fields (error.status, error.id), event fields (event.class, event.message, event.severity, event.since, event.before), app fields (ap…
project_idRequiredstringID of the Bugsnag project to request event data for. Obtain this from the list_projects action.
report_typestringType of report to generate.
filter_groupsobjectAdvanced filter groups for complex filtering logic. Each group is keyed with a unique identifier (e.g., '0', '1') and contains a 'join' operator and filter conditions. See Bugsnag Advanced Filters documentation for details.
filter_groups_joinstringJoin operator between filter groups.
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
No published Skills explicitly reference this Action yet.