---
title: "api/inspections/hive/{hive_id} GET
List all inspections linked to Hive id. The 'inspections' object contains a descending date ordered list of general inspection data. The 'items_by_date' object contains a list of (rows of) inspection items that can be placed (in columns) under the inspections by created_at date (table format). NB: Use 'Accept-Language' Header (default nl_NL) to provide localized category names (anc, name) in items_by_date."
method: GET
path: "/api/inspections/hive/{hive_id}"
tags: ["Api\\InspectionsController"]
---

# api/inspections/hive/{hive_id} GET
List all inspections linked to Hive id. The 'inspections' object contains a descending date ordered list of general inspection data. The 'items_by_date' object contains a list of (rows of) inspection items that can be placed (in columns) under the inspections by created_at date (table format). NB: Use 'Accept-Language' Header (default nl_NL) to provide localized category names (anc, name) in items_by_date.

`GET /api/inspections/hive/{hive_id}`

## Headers

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

## Request body

- object
  - `search` string — Filter inspections on text inside notes, reminder, created_at, reminder_date, inspection item names/values. Example: test bodyParam id integer If provided, select single inspection.
  - `impression` string — Filter by one or more impression values 1-3 (smileys). Default: null.
  - `attention` boolean — Filter by having attention set (0-1). Default: null.
  - `reminder` boolean — Filter by having a reminder set (0-1). Default: null.
  - `start` string — Date >= (YYYY-MM-DD HH:mm:ss) to filter inspections from. Default: null.
  - `end` string — Date <= (YYYY-MM-DD HH:mm:ss) to filter inspections to. Default: null.

## Response `200`

- object
  - `inspections` object[]
  - `items_by_date` object[]

---

[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)
