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

# GET /api/defect/{id}/

`GET /api/defect/{id}/`

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Company` string

## Response `200`

- Defect
  - `id` string, uuid, required
  - `created_by` string, uuid
  - `project` string
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `status` 'draft' | 'active' | 'completed' | 'cancelled', required — * `draft` - draft * `active` - active * `completed` - completed * `cancelled` - cancelled
  - `ref_no` integer, required
  - `sent_at` string, date-time, nullable
  - `completed_on` string, date, nullable
  - `trade_name` string, nullable
  - `trade_contact` string, nullable
  - `trade_email` string, nullable
  - `trade_phone` string, nullable
  - `approved_at` string, date-time, nullable
  - `approval_name` string, nullable
  - `approval_signature` 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/versions/328c565b8102/schema)
