---
title: "GET /api/trade-defect-comment/{id}/"
method: GET
path: "/api/trade-defect-comment/{id}/"
tags: ["trade-defect-comment"]
---

# GET /api/trade-defect-comment/{id}/

`GET /api/trade-defect-comment/{id}/`

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Company` string

## Response `200`

- DefectComment
  - `id` string, uuid, required
  - `attachments` string
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `from_type` 'employee' | 'trade' — * `employee` - employee * `trade` - trade
  - `message` string
  - `defect_item` string, uuid, required
  - `from_employee` string, uuid, nullable

---

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