---
title: "GET /api/tracing-ai/summary/{id}"
method: GET
path: "/api/tracing-ai/summary/{id}"
tags: ["Tracing AI"]
---

# GET /api/tracing-ai/summary/{id}

`GET /api/tracing-ai/summary/{id}`

Get AI summary by ID

## Path parameters

- `id` string, required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `id` string, required
    - `tracingType` string, required
    - `tracingId` string, required
    - `companyId` string, required
    - `isStale` boolean, required
    - `rawData` object, nullable
      - `status` string
      - `result` unknown
    - `docType` object, nullable
      - `status` string
      - `result` unknown
    - `docContent` object, nullable
      - `status` string
      - `result` unknown
    - `scAnalysis` object, nullable
      - `status` string
      - `result` unknown
    - `docTypeDataset` object, nullable
      - `id` string, required
      - `url` string, required
      - `name` string, required
      - `createdAt` string, required
      - `createdByUserId` string, required
      - `previewUrl` string, nullable
    - `docContentDataset` object, nullable
      - `id` string, required
      - `url` string, required
      - `name` string, required
      - `createdAt` string, required
      - `createdByUserId` string, required
      - `previewUrl` string, nullable
    - `scAnalysisDataset` object, nullable
      - `id` string, required
      - `url` string, required
      - `name` string, required
      - `createdAt` string, required
      - `createdByUserId` string, required
      - `previewUrl` string, nullable
    - `docTypeDatasetFileId` string, nullable
    - `docContentDatasetFileId` string, nullable
    - `scAnalysisDatasetFileId` string, nullable
    - `createdByImpersonateId` string, nullable
    - `createdByImpersonateName` string, nullable
    - `createdByUserId` string, nullable
    - `createdByUserName` string, nullable
    - `createdByCompanyId` string, nullable
    - `createdByCompanyName` string, nullable
    - `createdAt` string, date-time, nullable
    - `updatedAt` string, date-time, nullable
    - `updatedByImpersonateId` string, nullable
    - `updatedByImpersonateName` string, nullable
    - `updatedByUserId` string, nullable
    - `updatedByUserName` string, nullable
    - `updatedByCompanyId` string, nullable
    - `updatedByCompanyName` string, nullable
    - `updatedByApiKeyId` string, nullable
    - `updatedByApiKeyLabel` string, nullable
    - `createdByApiKeyId` string, nullable
    - `createdByApiKeyLabel` string, nullable

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 35 breaking, 54 info
  - the response property `data/createdAt` became nullable for the status `200`
  - the response property `data/createdByApiKeyId` became nullable for the status `200`
  - the response property `data/createdByApiKeyLabel` became nullable for the status `200`
  - the response property `data/createdByCompanyId` became nullable for the status `200`
  - …85 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/tracing-ai/summary/:id/get.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/97e51f27dc77/schema)
