Engine API
List Sessions
Returns recent traces grouped as sessions
GET
List Sessions
Returns the most recent 200 traces, each summarized with root span info, agent name, span count, duration, and error status.
Query Parameters
Filter sessions by service name.
Response
Array of session summary objects:OpenTelemetry trace ID
ISO-8601 timestamp of first span
ISO-8601 timestamp of last span end
Wall-clock trace duration in nanoseconds
Number of spans in this trace
Name of the root span (entry point)
Span ID of the root span
Primary agent name (first agent seen in trace)
true if any span in the trace has an error statusList Sessions

