---
title: "Get a list of all complexes"
method: GET
path: "/properties-api/complexes"
tags: ["Complexes"]
---

# Get a list of all complexes

`GET /properties-api/complexes`

Get a list of all complexes, including their IDs, titles, nicknames, propertyIds, and tags

## Response `200`

A list of all complexes

- object[]
  - `id` string — The ID of the complex
  - `title` string — The title of the complex
  - `nickname` string — The nickname of the complex
  - `propertyIds` string[] — An array of IDs of the properties in the complex
  - `tags` string[] — An array of tags associated with the complex

## Other responses

- `403` — Unauthorized Request
- `404` — No Complexs were found

---

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