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
The response is of type AgentToolExecution · object[]
.