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

# GET Anomalies by Inspection ID

`GET /solar_inspections/{inspection_id}/anomalies`

List of anomalies from a single inspection

## Path parameters

- `inspection_id` integer, required

## Query parameters

- `org_id` integer, required
- `limit` integer
- `offset` integer
- `sort_by` 'id' | 'tag' | 'custom_locator_text' | 'priority' | 'row_x' | 'row_y' | 'string_x' | 'string_y' | 'module_x' | 'module_y' | 'delta_t' | 'norm_delta_t' | 'irradiance'
- `sort_order` 'asc' | 'desc'
- `include_tags` string, nullable
- `exclude_tags` string, nullable
- `priority_filter` string, nullable
- `images` boolean

## Response `200`

List anomalies

- GetDefectsResponse
  - `defects` DefectResponse[], required — unresolved $ref
  - `total` integer, required
  - `inspection_defect_count` integer, required

## 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)
