---
title: "Get Houses the Caller May Fire-Check"
method: GET
path: "/FireChecks/Houses"
tags: ["Firechecks"]
---

# Get Houses the Caller May Fire-Check

`GET /FireChecks/Houses`

**Requires permission:** *StaffMember*

Returns the in-scope houses the caller may submit fire checks for — their own house-staff houses, or all of them for a FirecheckAdmin. In-scope status and night-drill applicability are derived from the house records, not stored.

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Returned houses

- GetFireCheckHousesResponse
  - `houses` FireCheckHouseDto[]
    - `houseId` string, guid
    - `code` string, nullable
    - `name` string, nullable
    - `requiresNightDrill` boolean
    - `hasHouseStaff` boolean
  - `canSelectMultiple` boolean
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred - Could not get houses
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
