---
title: "Retrieve all floors"
method: GET
path: "/api/v2/organizations/{orgSlug}/floors"
tags: ["Floors"]
---

# Retrieve all floors

`GET /api/v2/organizations/{orgSlug}/floors`

Retrieve all floors in the space. 

 Required scopes: `flex.space.floors.read`

## Path parameters

- `orgSlug` string, required

## Query parameters

- `_id` string
- `name` string
- `location` string
- `createdAt` string
- `modifiedAt` string
- `$select` string
- `$cursorNext` string
- `$cursorPrev` string
- `$limit` number

## Response `200`

- object
  - `rangeStart` number
  - `rangeEnd` number
  - `cursorNext` string
  - `cursorPrev` string
  - `results` FloorResultDto[]
    - `_id` string — The _id of the floor.
    - `floor` string — The number of the floor.
    - `name` string — The name of the floor.
    - `location` string — The _id of the location to which the floor is associated.
    - `area` number — The area of the floor in square milimeters (10^6 m^2).
    - `isOpen` boolean — Shows if the floor is currently open.
    - `createdAt` string, date-time — The time when the floor was created.
    - `modifiedAt` string, date-time — The time when the floor was last modified.

---

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