cURL
curl --request GET \ --url https://qyl-api-production.up.railway.app/v1/stream/traces/{traceId}/spans
"<string>"
Stream spans for a specific trace
Unique trace identifier (32 lowercase hex characters)
32
^[a-f0-9]{32}$
"0af7651916cd43dd8448eb211c80319c"
The request has succeeded.
The response is of type string.
string
Was this page helpful?