---
title: "GET Defect by Defect ID"
method: GET
path: "/solar_inspections/{inspection_id}/anomalies/{defect_id}"
tags: ["Anomalies"]
---

# GET Defect by Defect ID

`GET /solar_inspections/{inspection_id}/anomalies/{defect_id}`

Retrieve a single defect by ID.

## Path parameters

- `inspection_id` integer, required
- `defect_id` integer, required

## Query parameters

- `org_id` integer, nullable
- `images` boolean

## Response `200`

Single defect with details

- DefectResponse — unresolved $ref

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/raptormaps/apis/raptor-maps-authentication.md) · [All operations](https://skmtc.net/raptormaps/apis/raptor-maps-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/raptormaps/raptor-maps-authentication/revisions/4887159079a9/schema)
