Sentry · Arazzo Workflow
Sentry Triage and Resolve an Issue
Version 1.0.0
Find a high-priority unresolved issue in an organization, inspect it, then assign and resolve it.
View Spec
View on GitHub
APMApplication MonitoringBug TrackingDeveloper ToolsError TrackingObservabilityPerformance MonitoringReal-Time MonitoringArazzoWorkflows
Provider
Workflows
triage-resolve-issue
Locate, inspect, and resolve an organization issue in one pass.
Searches an organization's issues for an unresolved match, retrieves the issue detail and its recent events for triage context, and finally updates the issue to assign it and set its status to resolved.
1
findIssue
List the organization's issues filtered by the supplied search query and capture the first matching issue id.
2
getIssue
Retrieve the full detail of the matched issue, including its representative event, to confirm it before mutating.
3
listEvents
Pull the recent events bound to the issue to give the responder context on how often and where the error is occurring.
4
resolveIssue
Assign the issue to the supplied owner and mark it resolved. Only the submitted attributes are modified on the issue.
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.