List the trace files that were recorded during all agent preview sessions.
Lists trace files recorded during agent preview sessions. By default, lists all traces for all agents and all of their sessions. Use flags to narrow results: filter by agent name (--agent), by session (--session-id), or by date (--since).
Each row in the output corresponds to one trace file, which in turn corresponds to one agent session. The Agent column shows the authoring bundle or API name used when starting the session.
Only show traces for this agent name (substring match). Matches against the name used when starting the session, whether that's an authoring bundle or a published agent API name.
Session ID used to filter the list of trace files.
Date used to filter the list of trace files; only those recorded on or after the date are listed.
Accepts ISO 8601 format: date-only (2026-04-20), date-time (2026-04-20T14:00:00Z), or date-time with milliseconds (2026-04-20T14:00:00.000Z). The "Recorded At" values shown in the table output are valid inputs.
Invalid --since value: '%s'. Use ISO 8601 format — date-only (2026-04-20), date-time (2026-04-20T14:00:00Z), or with milliseconds (2026-04-20T14:00:00.000Z). The "Recorded At" values shown in the table output are valid inputs.
No trace files found.
Agent
Session ID
Plan ID
Recorded At
Size
Path
-
List all traces for all agents and sessions:
<%= config.bin %> <%= command.id %>
-
List all traces for a specific agent:
<%= config.bin %> <%= command.id %> --agent My_Agent
-
List traces for a specific session:
<%= config.bin %> <%= command.id %> --session-id <SESSION_ID>
-
List traces recorded on or after April 20, 2026 (date-only, interpreted as UTC midnight):
<%= config.bin %> <%= command.id %> --since 2026-04-20
-
List traces recorded on or after a specific UTC time:
<%= config.bin %> <%= command.id %> --since 2026-04-20T14:00:00Z
-
Filter by agent and date together:
<%= config.bin %> <%= command.id %> --agent My_Agent --since 2026-04-20
-
Return results as JSON:
<%= config.bin %> <%= command.id %> --json