Skip to content

NormalizedTrace

NormalizedTrace = object

Normalized trace captured during a harness run.

optional durationMs?: number

Trace duration in milliseconds.


optional finishedAt?: string

ISO timestamp for the end of the trace.


optional id?: string

Runtime or provider trace id when one is available.


optional metadata?: Record<string, JsonValue>

Extra JSON-safe trace metadata.


optional name?: string

Human-readable trace or workflow name.


spans: NormalizedSpan[]

Spans that make up this trace.


optional startedAt?: string

ISO timestamp for the start of the trace.