Treblle · Arazzo Workflow
Treblle Triage Failing API Requests
Version 1.0.0
Find requests returning a given error status code for a project and open the most recent failure's detail.
View Spec
View on GitHub
AnalyticsArtificial IntelligenceDeveloper ExperienceDocumentationGovernanceInsightsObservabilityPlatformSecurityTestingArazzoWorkflows
Provider
Workflows
triage-error-requests
Filter a project's requests by error status code and inspect the latest failure.
Lists requests matching a target status code, and when at least one is found, fetches the full detail of the most recent failing request.
1
findErrors
listRequests
List requests for the project filtered by the target HTTP status code, newest first.
2
inspectFailure
getRequest
Retrieve the full detail of the most recent failing request, including its captured errors, source, and request/response bodies.