---
title: "List site inspections"
method: GET
path: "/inspections"
tags: ["Inspections"]
---

# List site inspections

`GET /inspections`

Returns SiteInspection records for the caller's organization. All filter parameters are optional; row-level security confines results to the caller's organization.

## Query parameters

- `siteId` string, uuid
- `missionId` string, uuid
- `assetId` string, uuid
- `hasComments` boolean
- `siteName` string
- `siteType[]` string[]
- `geometryType[]` string[]
- `priority[]` string[]
- `resolution[]` string[]
- `review[]` string[]
- `includeUncapturable` boolean
- `limit` integer
- `cursor` string

## Response `200`

Success

- object
  - `data` SiteInspection[], required
    - `id` string, uuid, required
    - `organizationId` string, uuid, required
    - `siteId` string, uuid, required
    - `missionId` string, uuid, required
    - `status` 'planned' | 'capture-pending' | 'capture-submitted' | 'capture-verified' | 'capture-failed' | 'analysis-pending' | 'analysis-submitted' | 'analysis-verified' | 'analysis-failed' | 'delivered', required — FSM lifecycle state of this inspection (see the inspections consolidation state machine). Defaults to `planned`. Not yet transitioned by writers in this release.
    - `deletedAt` number, nullable, required
    - `createdAt` number, required
    - `not_capturable` boolean — True when `includeUncapturable=true` and the inspection's state is `capture-failed` (the could-not-capture signal). Absent when `includeUncapturable` is not set.
  - `meta` PaginationMeta, required
    - `cursor` string, nullable, required — Opaque cursor for the next page; null when no more results
    - `total` integer — Total matching results across all pages; included when cheaply computable

## Other responses

- `400` — Bad request or validation error
- `401` — Authentication required
- `403` — Insufficient permissions
- `429` — Rate limit exceeded
- `500` — Internal server error

---

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