Understanding the Output
The behavioral trace
{
"agent_id": "ag_abc123",
"task_id": "task-def456",
"scope": "step",
"step_type": "step.model",
"verb": "POST",
"step_name": "call_llm",
"input": {"prompt": "What's the weather?"},
"output": {"response": "(mocked response)"},
"properties": {"model": {"name": "gpt-4o"}},
"meta": null,
"timestamp": "2026-04-29T10:00:00+00:00"
}Field reference
Field
Type
Description
Three kinds of "logging"
1. Application logging (Python logger)
2. Behavioral trace logging (engine batch flush)
3. Platform event logging (API events module)
Reading the trace in the dashboard
Payload redaction
Next steps
Last updated
