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

# Retrieve all amenities

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

Retrieve all amenities. 

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

## Path parameters

- `orgSlug` string, required

## Query parameters

- `_id` string
- `title` 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` AmenityResultDto[]
    - `_id` string — The _id of the amenity.
    - `title` string — The name of the amenity.
    - `icon` string — The icon chosen for the amenity, it's best to take a look at the UI and see what icons are available.
    - `createdAt` string, date-time — The _id of the amenity.
    - `createdBy` string — The _id of the amenity.

---

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