---
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`

---

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