Browse Guides
Guides · Platform

Test and Inspect Traces

Run the agent in Studio and inspect each request from input through output.

1 min read

Test and Inspect Traces

Use Studio's Test tab to try the Flow while you edit it.

  1. Open Test.
  2. Enter a short message and send it.
  3. Confirm that the response follows the System Prompt.
  4. Send a follow-up that depends on the previous message to verify memory.
  5. Ask a question whose answer exists only in your Index to verify retrieval.
The Test tab showing a successful one-sentence agent response
Screenshot previewThe Test tab showing a successful one-sentence agent response
The Test tab showing a successful one-sentence agent response

For a grounded agent, enable Show Sources in Chat Settings when you want to inspect returned source details.

Inspect a request

Select View trace on a response, or open the Trace tab to review request history. The table shows the request input, output, status, and channel.

The Trace tab showing a successful agent request with its input and output
Screenshot previewThe Trace tab showing a successful agent request with its input and output
The Trace tab showing a successful agent request with its input and output

Open a trace to inspect node inputs, outputs, timing, and tool calls. For an indexed answer, confirm that Search Index ran and returned evidence relevant to the final response. This is the fastest way to distinguish a retrieval problem from a prompt or model problem.

See Debugging for a deeper trace workflow.