---
title: "Check if the trace exists."
method: GET
path: "/v1/tracing/traces/{traceId}/exists"
tags: ["traces"]
---

# Check if the trace exists.

`GET /v1/tracing/traces/{traceId}/exists`

Check if the trace with the given identifier exists.

## Path parameters

- `traceId` string, required

## Response `200`

The response contains the information whether the trace exists with other optional attributes.

- TraceExistsResponse
  - `exists` boolean, required — Indicates whether the trace with the given trace id exists.
  - `url` string — A path to the trace view page in Sumo Logic UI.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/versions/18a824df1e78/schema)
