v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBtraces
Check if the trace exists.
Check if the trace with the given identifier exists.
get/v1/tracing/traces/{traceId}/exists
Path parameters
traceIdstring required
Identifier of the trace to check.
Response
The response contains the information whether the trace exists with other optional attributes.
Example response
{
"exists": true,
"url": "#/trace/00000000000120CB"
}