Skip to main content
GET
List trace spans for a simulation output

Authorizations

X-API-Key
string
header
required

Organization API key for authentication

Query Parameters

simulation_output_id
string
required

The simulation output whose trace spans to list.

Minimum string length: 1
limit
integer
default:50

Max spans to return (1-200, default 50).

Required range: 1 <= x <= 200
offset
integer
default:0

Number of spans to skip for pagination (max 100000).

Required range: 0 <= x <= 100000

Response

A page of trace spans

traces
object[]
required

Trace spans (raw OTLP span rows).

total_spans
integer
required

Total spans recorded for this simulation output.