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

# List asset inspections

`GET /asset-inspections`

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

## Query parameters

- `siteInspectionId` string, uuid
- `missionId` string, uuid
- `siteId` string, uuid
- `assetId` string, uuid
- `limit` integer
- `cursor` string

## Response `200`

Success

- object
  - `data` AssetInspection[], required
    - `id` string, uuid, required
    - `organizationId` string, uuid, required
    - `assetId` string, uuid, required
    - `missionId` string, uuid, required
    - `siteInspectionId` string, uuid, required
    - `deletedAt` number, nullable, required
    - `createdAt` number, required
  - `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)
