---
title: "List Inspections"
method: GET
path: "/api/v2/jobs/{job_id}/inspections"
tags: ["Inspections"]
---

# List Inspections

`GET /api/v2/jobs/{job_id}/inspections`

List Inspections

## Response `200`

200 OK

- object[]
  - `cover_image` object
    - `urls` object
      - `original` string
      - `w1152` string
      - `w1440` string
      - `w480` string
      - `w834` string
  - `created_at` string
  - `id` number
  - `inspector` object
    - `id` number
    - `name` string
  - `state` string
  - `submitted_at` string
  - `title` string

## Other responses

- `403` — 403 Forbidden
- `404` — 404 Not Found

---

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