---
title: "Retrieve Trace"
method: GET
path: "/api/traces/{trace_unique_id}/"
tags: ["traces"]
---

# Retrieve Trace

`GET /api/traces/{trace_unique_id}/`

Retrieve a single trace by trace_unique_id.

Public path (unique_organization_id in kwargs): checks ch_trace_metadata.is_public.
Authenticated path: gets org from auth context.

## Path parameters

- `trace_unique_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

No response body

- TracesRetrieveTraceResponse200 — Empty response body

---

[API](https://skmtc.net/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.net/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/c26d550029f8/schema)
