Raygun · Arazzo Workflow
Raygun Resolve Error Group
Version 1.0.0
Find an active error group in an application and mark it as resolved.
View Spec
View on GitHub
ObservabilityCrash ReportingReal User MonitoringApplication Performance MonitoringError TrackingErrorsMonitoringDevOpsSource MapsDeploymentArazzoWorkflows
Provider
Workflows
resolve-error-group
Resolve the first matching active error group in an application.
Confirms the target application exists, lists its error groups, reads the selected error group to check its status, and resolves it against the supplied fixing version when it is still active.
1
getApplication
Read the application by identifier to confirm it exists and that the token owner has access before reading error groups.
2
listErrorGroups
List the error groups for the application, ordered so the most recently occurring errors surface first for triage.
3
getErrorGroup
Read the selected error group to inspect its current status before deciding whether a resolve is required.
4
resolveErrorGroup
Set the status of the error group to resolved against the fixing version, optionally discarding occurrences from previous versions.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.