List log entries for an agent instance.
Returns logs in chronological order, optionally filtered by type.
Returns: List of agent log entries.
Raises: NotFoundError: If instance not found or belongs to another organization.
Filter by log type (e.g., tool_call, reasoning, agent_error) Types of agent log entries.
trigger_fired, agent_started, agent_completed, agent_error, tool_call, tool_result, reasoning, decision, plan_created, plan_updated, step_started, step_completed Maximum entries to return.
1 <= x <= 500Successful Response
Types of agent log entries.
trigger_fired, agent_started, agent_completed, agent_error, tool_call, tool_result, reasoning, decision, plan_created, plan_updated, step_started, step_completed