Creates a saved search (filterset) for a Bugsnag project that persists filter and sort configurations. Use this to save frequently used error filters for quick access in the dashboard. Requires a valid project_id which can be obtained from the list_projects action. The saved sea…
nameRequiredstringA descriptive name for the saved search that will be displayed in the dashboard
sortstringSort order for errors in the saved search. Options include: 'events' (most events), 'users' (most affected users), 'last_seen', 'first_seen'. Defaults to 'unspecified'.
sharedbooleanIf true, this saved search will be visible to all collaborators on the project
filtersobjectFilter conditions mapping field names (e.g., 'error.status') to a list of filter items. Common filter fields include: 'error.status' (open, fixed, ignored, snoozed, for_review, new), 'error.severity' (error, warning, info). Empty dict {} returns all errors.
project_idRequiredstringThe unique identifier of the Bugsnag project to create the saved search for. Obtain this from list_projects action.
project_defaultbooleanIf true, this saved search becomes the default view for the current user when viewing this project
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.