---
title: "Query Groups"
method: GET
path: "/groups"
tags: ["Property"]
---

# Query Groups

`GET /groups`

You can query property groups by making a request to this endpoint.

## Query parameters

- `offset` integer
- `limit` integer
- `id` integer

## Response `200`

A list of groups with their details

- object
  - `request_id` string, required — Unique identifier for the request.
  - `error_code` integer, required — Numeric error code representing the status of the response. A value of `200` indicates success. <br> See the [Error Codes](/reference/error-manual#error-codes) section for more information.
  - `error_msg` string, required — Message detailing the status of the response.
  - `data` object, required
    - `groups` object[], required — List of the groups
      - `id` integer, required — Unique identifier for the group
      - `name` string, required — Name of the group
      - `property_ids` integer[], required — Property ids that belong to this group
    - `total` integer, required — Total number of groups.

---

[API](https://skmtc.net/hostex/apis/hostex-api.md) · [All operations](https://skmtc.net/hostex/apis/hostex-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostex/hostex-api/revisions/a3fa555dee66/schema)
