curl --request GET \ --url https://api.staging.qyl.dev/api/v1/stream/traces/{traceId}/spans
"<string>"
Streaming
Stream trace spans
Stream spans for a specific trace
GET
/
api
/
v1
/
stream
/
traces
/
{traceId}
/
spans
cURL
curl --request GET \ --url https://api.staging.qyl.dev/api/v1/stream/traces/{traceId}/spans
"<string>"
This endpoint uses Server-Sent Events (SSE) for real-time streaming. Keep the connection open to receive span events for a specific trace as they occur.