---
title: "Get trace by ID"
method: GET
path: "/api/v1/sso-traces"
tags: ["SSO Traces"]
---

# Get trace by ID

`GET /api/v1/sso-traces`

## Query parameters

- `id` string, required

## Response `200`

Success

- SSOTrace
  - `traceId` string — Trace ID
  - `error` string — Error
  - `timestamp` string — Timestamp
  - `context` object
    - `tenant` string — Tenant
    - `product` string — Product
    - `clientID` string — Connection client ID
    - `issuer` string — Issuer
    - `relayState` string — Relay state
    - `samlResponse` string — SAML response
    - `isSAMLFederated` boolean — Indicates if SAML is federated
    - `isOIDCFederated` boolean — Indicates if OIDC is federated
    - `isIdPFlow` boolean — Indicates if request is from IdP

## Changes

- **2025-02-05** `f02a45abeffc` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2024-12-22** `d49c203898c2` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/ory/apis/enterprise-sso-directory-sync/changes/api/v1/sso-traces/get.md)

---

[API](https://skmtc.dev/ory/apis/enterprise-sso-directory-sync.md) · [All operations](https://skmtc.dev/ory/apis/enterprise-sso-directory-sync/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ory/enterprise-sso-directory-sync/revisions/d92c991ace28/schema)
