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
Prerequisites
Access Requirements
- Toolkit Access: You must have access to a toolkit within your project
- Project Membership: You must be a member of the project containing the toolkit
Toolkit Requirements
- Any Toolkit Type: Run History is available for all toolkit types:
- Custom Toolkits
- Integration Toolkits (GitHub, Jira, Confluence, etc.)
- MCP Servers
- Application Toolkits
The Run History panel is accessible from the toolkit detail page for all supported toolkits. No additional configuration is required.
Accessing Run History
- Open Toolkits Menu: From the main navigation, click Toolkits
- Select a Toolkit: Click on any toolkit from your toolkit list
- Open the Configuration page: The toolkit detail page opens on the Configuration page by default
- Click the clock icon: In the top bar of the right panel (Test Settings area), click the clock icon (🕐). The tooltip reads “View run history”
-
The two-column layout is replaced by the Run History panel. Click the ✕ (Close) button to return to the Configuration page.

Understanding the Run History View
The Run History panel replaces the Configuration page view and has a two-panel layout: a header bar at the top with a close button and “Run History” title, a left panel listing all past runs, and a right panel showing the selected conversation replay.
Left Panel: Run History List
The left panel displays a sortable list of all toolkit runs with the following columns:| Column | Description |
|---|---|
| Date | Execution date and time (format: dd-MM-yyyy, hh:mm AM/PM) |
| Duration | Cumulative time for all toolkit tools used in the conversation (e.g., 2m 34s, 45s) |
Duration represents the cumulative time for all toolkit tool executions within a single conversation. If multiple tools from the same toolkit were used (e.g., Index Data, Search Index, List Collections), the duration shows the total time for all of them.
The Version column is not shown for toolkits. Only Date and Duration are displayed.
- Sorting: Click any column header to toggle sort order (ascending ↑ or descending ↓). Default: Date descending (most recent first)
- Selection: Click any row to view details in the right panel. 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: Run Details
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
When no run is selected, the right panel remains empty. Select a run from the left panel to view its details.
Run Actions
Each run row has a three-dot menu (⋮) that appears on hover, containing the following actions:| Action | Description |
|---|---|
| Share link | Copies a direct URL to this specific run to the clipboard. Opening the link automatically navigates to the Run History panel and selects that run. |
| Delete | Permanently removes this run record. A confirmation dialog titled “Remove run” appears before deletion. |
The Restore conversation option is not available for Toolkits. It is only available for Agents and Pipelines.
Using Run History
Viewing Run Details
To View a Run:- Open Run History as described in Accessing Run History
- Select from List: Click any row in the left panel run history list
- Details Load: Right panel automatically displays the preserved conversation in read-only format
- Scroll Through Details: Use the scroll bar to review all execution steps
- Read-Only Mode: You cannot interact with or modify the displayed conversation
- Click ✕ (Close) when done to return to the Configuration page
- Complete conversation flow from input to output
- All toolkit tools executed during that conversation
- Parameters passed to each tool
- Results returned by tools
-
Any errors encountered with stack traces

The Run History panel tracks toolkit runs from:
- 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)
Sorting Run History
Sort by Date:- Click the Date column header to toggle ascending/descending order
- Ascending (oldest first): Earliest runs appear at the top
- Descending (newest first): Most recent runs at the top (default)
- Click the Duration column header to toggle ascending/descending order
- Ascending (shortest first): Fastest runs appear at the top
-
Descending (longest first): Slowest runs appear at the top

Copying Run Links
Share specific run results with team members by copying direct links:- Locate Run: Find the desired run in the run history list
- Hover Over Run: Move your mouse over the run row to reveal the ⋮ menu
- Open Actions Menu: Click the ⋮ (three-dot menu) icon that appears
- Select Share link: Click Share link from the menu options
- A success toast confirms the link was copied to your clipboard
-
Share the link — when opened it navigates directly to the Run History panel with that run selected

Deleting a Run
Remove individual runs from the history view: To Delete a Run:- Locate Run: Find the run you want to delete in the run history list
- Hover Over Run: Move your mouse over the run row to reveal the ⋮ menu
- Open Actions Menu: Click the ⋮ (three-dot menu) icon that appears
- Select Delete: Click Delete from the menu options
- Confirm Deletion: A confirmation dialog titled “Remove run” appears — click Remove to confirm
-
Run Removed: The row disappears from the history list

Common Use Cases
Debugging a Failed Run
Debugging a Failed Run
Scenario: A toolkit operation produced unexpected results or failed to complete.Steps:
- Open Run History via the clock icon (🕐) in the right panel
- 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(s) failed
- Any error messages or stack traces
- Parameters that were passed
- Use this information to fix the toolkit configuration or input parameters
Performance Optimization
Performance Optimization
Scenario: You want to optimize your toolkit’s execution time.Steps:
- Open Run History via the clock icon (🕐) in the right panel
- Review the Duration column across multiple runs
- Click 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
Verifying Toolkit Changes
Verifying Toolkit Changes
Scenario: You updated your toolkit configuration and want to verify improvements.Steps:
- Make changes to your toolkit configuration
- Run the same test inputs before and after the changes using Test Settings
- Open Run History via the clock icon (🕐) in the right panel
- Compare runs before and after the changes
- Verify that the new configuration produces better results
Audit and Compliance
Audit and Compliance
Scenario: You need to provide evidence of what your toolkit processed.Steps:
- Open Run History via the clock icon (🕐) in the right panel
- 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
Learning and Training
Learning and Training
Scenario: You want to understand how your toolkit handles different inputs.Steps:
- Open Run History via the clock icon (🕐) in the right panel
- 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: Click the clock icon (🕐) in the right 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, click the clock icon (🕐) and find the specific run in Run History 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: Don’t 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
Possible Causes:
- No toolkit executions have been performed yet
- All previous runs have been deleted
- You’re viewing a newly created toolkit
- Execute the toolkit from the Test Settings area (right panel on the Configuration page)
- Close the Run History panel (✕) and re-open it 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
Possible Causes:
- No run is currently selected
- Run data failed to load due to network issues
- Run details are still loading
- Click a run in the left panel to select it
- Wait a moment for details to load
- If details don’t appear, close (✕) and re-open Run History
- Check your network connection
- Try selecting a different run to verify functionality
Copy Link Feature Not Working
Copy Link Feature Not Working
Possible Causes:
- 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
- Click the icon and select Share link
- Check for the success toast notification confirming the link was copied
- If using private/incognito mode, check browser clipboard permissions
Delete Option Not Appearing
Delete Option Not Appearing
Possible Causes:
- 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
- Click the icon and look for Delete in the menu
- Verify you have the necessary permissions to delete runs
- Refresh the page if the menu doesn’t appear
Runs Not Sorted Correctly
Runs Not Sorted Correctly
Possible Causes:
- Unexpected sort direction after multiple clicks
- Cached data display issue
- Click the column header once to sort ascending
- Click again to sort descending
- Look for the arrow indicator (↑/↓) showing current sort direction
- Close (✕) and re-open Run History if sorting appears broken
- Try sorting by a different column first, then switch back
- Creating and Managing Toolkits - Learn how to create and configure toolkits
- Testing Toolkits - Execute toolkit operations using Test Settings
- Agents and Pipelines History - Track agent and pipeline execution history
- Index History Tab - Track indexing operations in the Indexes tab