---
title: "api/inspections GET Show the 'inspections' list with objects reflecting only the general inspection data."
method: GET
path: "/api/inspections"
tags: ["Api\\InspectionsController"]
---

# api/inspections GET Show the 'inspections' list with objects reflecting only the general inspection data.

`GET /api/inspections`

## Headers

- `Authorization` string
- `Content-Type` string
- `Accept` string
- `Accept-language` string

## Request body

- object
  - `hive_ids` string[] — Only show inspections connected to hive_ids.
  - `search` string — Filter on text inside notes, reminder, created_at, reminder_date, inspection item names/values.
  - `id` integer — Filter on one specific inspection id if filled.
  - `start` string — Date >= (YYYY-MM-DD HH:mm:ss) to filter inspections from.
  - `end` string — Date <= (YYYY-MM-DD HH:mm:ss) to filter inspections to.

## Other responses

- `401`

## Changes

- **2026-07-17** `7f1e35deb524` — 1 info
  - added optional request body
- **2022-06-20** `a87569f002e1` — 1 info
  - added the new optional `header` request parameter `Accept-language`
- **2022-06-10** `568ca15f3476` — 1 breaking, 1 warning
  - removed the request body
  - deleted the `header` request parameter `Accept-language`

[Change history](https://skmtc.dev/beepnl/apis/beep/changes/api/inspections/get.md)

---

[API](https://skmtc.dev/beepnl/apis/beep.md) · [All operations](https://skmtc.dev/beepnl/apis/beep/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beepnl/beep/revisions/7f1e35deb524/schema)
