Overview
The Run History panel serves as a valuable auditing and troubleshooting tool, allowing teams to:- Monitor toolkit usage patterns and frequency
- Review past executions with full input/output details
- Troubleshoot failures by examining error messages
- Verify successful operations and their results
- Track toolkit performance over time
Access Run History
- Open the toolkit detail page.
- Select Run History in the top-right corner of the left panel.
-
The dedicated Run History page for this toolkit opens. To return, use the breadcrumb at the top of the page.

Run History View
The Run History page is a dedicated full-page view. At the top, it shows a breadcrumb—Toolkits & Indexes / [toolkit name] / Run History—where the “Toolkits & Indexes” and toolkit name links are clickable for navigation back. Below the breadcrumb is a two-panel layout: a left panel listing all past runs, and a right panel showing the selected conversation replay.
Left Panel
The left panel displays a sortable list of all toolkit runs with the following columns:- Sorting: Select any column header to toggle sort order (ascending ↑ or descending ↓). Default: Date descending (most recent first)
- Selection: Select any row to view details in the right panel. The selected row is highlighted
- Infinite scroll: Scroll to the bottom to automatically load more entries
- Three-dot menu (⋮): Each row has a context menu available on hover with run actions
Right Panel
The right panel displays comprehensive execution details for the selected run in read-only format. You cannot interact with or modify the displayed conversation. Displayed Information:- User Input: Original queries or commands
- Tool Execution: Tool names and parameters passed
- Tool Output: Results and data returned
- Error Messages: Detailed error information with stack traces
- Timestamps: Timing information for each step
Run Actions
Each run row includes a three-dot menu (⋮) that appears on hover, with these actions:
View Run Details
Open Run History as described in Access Run History, then select any row in the left panel. The right panel loads the preserved conversation in read-only format, where you can scroll through the full execution flow, including the toolkit tools used in that run, the parameters passed to each tool, the returned results, and any errors with stack traces.- Test Settings (right panel on the Configuration page): Tool executions performed interactively
- Indexes Tab: Index Data, Search Index, and other indexing operations
- Chat conversations (when you use a toolkit in a regular chat)
- Agent or Pipeline executions (when a toolkit is used by an agent or pipeline)
Common Use Cases
Debug a Failed Run
Debug a Failed Run
- Open the Run History page.
- Find the failed run by date.
- Select the run to view the execution details.
- Review the details to identify:
- What input triggered the issue
- Which tool or tools failed
- Any error messages or stack traces
- Parameters that were passed
- Use this information to fix the toolkit configuration or input parameters.
Optimize Performance
Optimize Performance
- Open the Run History page.
- Review the Duration column across multiple runs.
- Select the Duration column header to sort by execution time.
- Select the longest-running runs to see what operations were performed.
- Optimize the toolkit based on the longest-running operations.
Verify Toolkit Changes
Verify Toolkit Changes
- Make changes to your toolkit configuration.
- Run the same test inputs before and after the changes using Test Settings.
- Open the Run History page.
- Compare runs before and after the changes.
- Verify that the new configuration produces better results.
Audit & Compliance
Audit & Compliance
- Open the Run History page.
- Find the relevant run by date.
- Review the complete execution details.
- Use Share link from the ⋮ menu to save a direct URL to the run for documentation.
Learn & Train
Learn & Train
- Open the Run History page.
- Review multiple runs in the list.
- Study patterns in successful executions.
- Identify common failure scenarios.
- Use these insights to improve your toolkit’s configuration or documentation.
Best Practices
Regular Review
Regular Review
- Check history periodically: Select the Run History button in the top-right of the left panel regularly to review toolkit runs and catch issues early.
- Monitor trends: Track execution duration and frequency patterns over time.
- Performance baseline: Establish expected duration ranges for different toolkit operations.
Debugging Workflow
Debugging Workflow
- Reproduce issues: When a problem is reported, select the Run History button and find the specific run first.
- Analyze context: Review input parameters and error messages in detail.
- Test fixes: After fixing, execute the toolkit and compare results in Run History.
- Document findings: Use Share link from the ⋮ menu to save a direct URL to key runs as documentation.
Data Management
Data Management
- Clean old runs: Periodically delete runs that are no longer needed.
- Keep important runs: Do not delete runs that serve as examples or reference cases.
- Share critical runs: Use the copy link feature to share important findings with your team.
Performance Monitoring
Performance Monitoring
- Track duration trends: Monitor if toolkit operations are getting slower over time.
- Identify bottlenecks: Use duration data to identify which tools need optimization.
- Compare executions: Review multiple runs to understand performance variations.
Security Considerations
Security Considerations
- Sensitive data: Be aware that all input parameters and results are stored in run history.
- Access control: Ensure only authorized users can access toolkits with sensitive data.
- Retention policy: Consider establishing a policy for how long to retain run history.
Troubleshooting
Run History Panel Shows No Entries
Run History Panel Shows No Entries
- No toolkit executions have been performed yet
- All previous runs have been deleted
- You are viewing a newly created toolkit
- Execute the toolkit from the Test Settings area (right panel on the Configuration page).
- Go back to the toolkit detail page and re-open Run History to refresh.
- If runs were deleted, they cannot be restored in the UI.
Cannot See Run Details in Right Panel
Cannot See Run Details in Right Panel
- No run is selected
- Run data failed to load due to network issues
- Run details are still loading
- Select a run in the left panel.
- Wait a moment for details to load.
- If details do not appear, go back and re-open Run History.
- Check your network connection.
- Select a different run to verify functionality.
Copy Link Feature Not Working
Copy Link Feature Not Working
- Clipboard permissions not granted
- Browser security restrictions
- Ensure your browser has clipboard access permissions.
- Hover over the run row to reveal the ⋮ (three-dot menu) icon.
- Select the icon and select Share link.
- Check for the success toast notification confirming the link was copied.
- If using private or incognito mode, check browser clipboard permissions.
Delete Option Not Appearing
Delete Option Not Appearing
- Not hovering over the run row
- Insufficient permissions
- UI not fully loaded
- Hover your mouse over the run row to reveal the ⋮ (three-dot menu) icon.
- Wait briefly for the icon to appear on the right side of the row.
- Select the icon and look for Delete in the menu.
- Verify you have the necessary permissions to delete runs.
- Refresh the page if the menu does not appear.
Runs Not Sorted Correctly
Runs Not Sorted Correctly
- Unexpected sort direction after multiple selections
- Cached data display issue
- Select the column header once to sort ascending.
- Select again to sort descending.
- Look for the arrow indicator (↑/↓) showing the current sort direction.
- Go back and re-open Run History if sorting appears broken.
- Sort by a different column first, then switch back.
- Creating & Managing Toolkits - Learn how to create and configure toolkits
- Testing Toolkits - Execute toolkit operations using Test Settings