---
title: "Get A Floor's History, admin only"
method: GET
path: "/floors/{id}/history"
tags: ["Floor"]
---

# Get A Floor's History, admin only

`GET /floors/{id}/history`

## Path parameters

- `id` integer, required

## Response `200`

OK

- ModelsFloorHistory[]
  - `content` string
  - `floor_id` integer
  - `id` integer — / base info
  - `is_actual_sensitive` boolean — manual sensitive check
  - `is_sensitive` boolean — auto sensitive check
  - `reason` string
  - `sensitive_detail` string
  - `time_created` string
  - `time_updated` string
  - `user_id` integer — The one who modified the floor

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/opentreehole/apis/open-tree-hole.md) · [All operations](https://skmtc.net/opentreehole/apis/open-tree-hole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opentreehole/open-tree-hole/revisions/a91f11ffe9a4/schema)
