---
title: "Retrieves the current account facilities"
method: GET
path: "/v1.0/facilities/account/{accountId}"
tags: ["Facility info view"]
---

# Retrieves the current account facilities

`GET /v1.0/facilities/account/{accountId}`

## Path parameters

- `accountId` integer, required

## Query parameters

- `term` string
- `page` integer, required
- `size` integer, required

## Response `200`

OK

- FacilitySearchResults
  - `facilities` FacilitySearchResultExtendedDTO[]
    - `id` integer
    - `facilityBusinessId` string
    - `siteName` string
    - `schemeExitDate` string, date
    - `status` 'LIVE' | 'INACTIVE'
    - `certificationStatus` 'CERTIFIED' | 'DECERTIFIED' | 'NOT_YET_DEFINED'
    - `auditRequired` boolean
  - `total` integer

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2025-11-17** `ef5a4ddef92e` — 1 breaking, 2 info
  - the `facilities/items/id` response's property type/format changed from `string`/`` to `integer`/`int64` for status `200`
  - added the optional property `facilities/items/auditRequired` to the response with the `200` status
  - added the optional property `facilities/items/facilityBusinessId` to the response with the `200` status
- **2025-09-11** `15b32331a1ac` — 2 breaking, 2 info
  - for the `query` request parameter `page`, the type/format was changed from `integer`/`int64` to `integer`/`int32`
  - for the `query` request parameter `size`, the type/format was changed from `integer`/`int64` to `integer`/`int32`
  - added the non-success response with the status `404`
  - added the optional property `facilities/items/certificationStatus` to the response with the `200` status
- **2025-04-08** `dd45a3bdf3cd` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/beis/apis/api-documentation/changes/v1.0/facilities/account/:accountId/get.md)

---

[API](https://skmtc.dev/beis/apis/api-documentation.md) · [All operations](https://skmtc.dev/beis/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beis/api-documentation/revisions/f5f4d893b86b/schema)
