Get execution history for a specific tool.
Args: agent_id: The ID of the agent tool_id: The ID of the tool configuration limit: Maximum number of executions to return offset: Number of executions to skip status: Optional filter by execution status user_id: The user ID of the current user organization_id: The organization ID of the current user
Returns: List of tool executions
Raises: HTTPException: If tool not found or access denied
Maximum number of executions to return
Number of executions to skip
Filter by execution status
Successful Response
Unique identifier for the execution
ID of the agent tool that was executed
Execution status: 'running', 'completed', 'failed'
When the tool was executed
ID of the flow execution this tool execution belongs to
Input parameters passed to the tool
Result returned by the tool
Execution duration in milliseconds
Error message if execution failed