Treblle · Arazzo Workflow
Treblle Inspect a Project's Recent Requests
Version 1.0.0
Resolve a project, list its captured API requests, and pull the full detail of the most recent one.
View Spec
View on GitHub
AnalyticsArtificial IntelligenceDeveloper ExperienceDocumentationGovernanceInsightsObservabilityPlatformSecurityTestingArazzoWorkflows
Provider
Workflows
inspect-recent-requests
List a project's captured requests and fetch the latest one's full detail.
Verifies the project, lists its most recent captured requests, and retrieves the full detail of the newest request returned.
1
resolveProject
getProject
Confirm the target project exists before reading its request logs.
2
listRequests
listRequests
List the most recent captured API requests for the project, newest first on the first page.
3
getRequestDetail
getRequest
Retrieve the full detail of the newest captured request, including headers, bodies, timing, and Treblle's analysis data points.