Skip to content

Operations

Operations show the actions an agent executed during a specific call or interaction. Use the list on the left to select a call/interaction, then review the operations performed for that interaction in the right-hand panel.

An operation is any tool action the agent took — for example, calling an external API, invoking a database query, or running an internal function. For each operation you can inspect the request the agent made and the response returned by the tool.

Operation details view

Clicking an operation opens a detailed pane that presents the operation as a single JSON object containing the action name, inputs, outputs, timing, status, and other metadata. For API operations the pane surfaces the full request and the full response payloads alongside the execution date so you can inspect exactly what was sent and what was returned.

Filtering and searching operations

Use filters at the top of the operations panel to narrow results:

  • Agent — filter operations by the agent who executed them.
  • Search — text search across endpoints, request/response bodies, or metadata.

Use cases

  • Debugging: quickly find failing API calls and see request/response payloads to reproduce issues.
  • Auditing: review which external systems were contacted during a conversation.
  • Quality: verify the agent used the correct tools and inputs for a given client request.
  • Metrics: gather operation-level timing and error rates for performance analysis.