agent-instances
List Instance Logs
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.
GET
List Instance Logs
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Query Parameters
Filter by log type (e.g., tool_call, reasoning, agent_error) Types of agent log entries.
Available options:
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.
Required range:
1 <= x <= 500Response
Successful Response
Types of agent log entries.
Available options:
trigger_fired, agent_started, agent_completed, agent_error, tool_call, tool_result, reasoning, decision, plan_created, plan_updated, step_started, step_completed Previous
Get Instance PlanReconstruct the current plan for an agent instance.
Replays plan-related log events (PLAN_CREATED, PLAN_UPDATED,
STEP_STARTED, STEP_COMPLETED) to build the current plan state.
Returns:
Instance plan with ordered steps and their statuses.
Raises:
NotFoundError: If instance not found or belongs to another organization.
Next
List Instance Logs