Skip to main content

How to use JSON mode

  1. Open any log, trace, or item in the platform
  2. Click to open the side panel
  3. Press J on your keyboard to toggle JSON mode
  4. The full response message will be displayed in JSON format
JSON mode is available across all platform views including Logs, Traces, Threads, and Scores.

What you’ll see

In JSON mode, you’ll see the complete structured data for the response, including:
  • Full message content
  • Metadata
  • Token usage details
  • Performance metrics
  • Any additional fields in the response
This is particularly useful for:
  • Debugging API responses
  • Inspecting the exact data structure
  • Copying JSON for testing or integration
  • Understanding the complete response payload