v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
traces

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.

existsboolean required

Indicates whether the trace with the given trace id exists.

urlstring

A path to the trace view page in Sumo Logic UI.

Example response

{
  "exists": true,
  "url": "#/trace/00000000000120CB"
}