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