---
title: "List groups"
method: GET
path: "/properties-api/groups/group"
tags: ["Groups [Pilot]"]
---

# List groups

`GET /properties-api/groups/group`

Retrieve a paginated list of combo properties and property variants (groups) for the account. The term group refers to both types: COMBO (combo properties) and DUPLICATES (property variants). Supports optional filtering by group type.

Check out our [Help Center](https://help.guesty.com/hc/en-gb/articles/33014581967901-Pilot-Managing-combo-properties-and-property-variants) to learn more about these property types.

## Query parameters

- `type` 'COMBO' | 'DUPLICATES'
- `offset` integer
- `limit` integer

## Response `200`

List of groups retrieved successfully

- object
  - `offset` number
  - `limit` number
  - `hasNextPage` boolean
  - `groups` object[]
    - `id` string
    - `type` 'COMBO' | 'DUPLICATES'
    - `primaryId` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `400` — Invalid request data or business rule violation
- `403` — Insufficient permissions

---

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