Cloud Feature — Run Results is available on superglue Cloud. Try it
now.
The Runs tab
Open the Runs tab to see all tool executions across your organization. Each row shows:- Started At — When the run began
- Tool — Which tool was executed
- Status — Success, failed, or running
- Trigger — How it was started (API, schedule, dashboard, or agent)
- Details — Duration for successful runs, or the error message for failures
Debugging a failed run
When a run fails, you have two ways to investigate:Load the run in the playground
Click Load Run to open the tool with the exact same inputs that caused the failure. You can:- See the payload that was sent
- Re-run the tool to reproduce the issue
- Make changes and test until it works
- Save your fix
Ask the agent to investigate
Click Investigate to open a conversation with the superglue agent, pre-loaded with the run’s context. The agent can:- Analyze the error and explain what went wrong
- Look at the step results to find where things broke
- Compare with successful runs to spot differences
- Suggest fixes based on the actual data