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

# Query Tags

`GET /tags`

You can query tags by making a request to this endpoint.

## Query parameters

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

## Response `200`

A list of tags 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
    - `tags` object[], required — List of the tags
      - `id` integer, required — Unique identifier for the tag
      - `name` string, required — Name of the tag
      - `color` string, required — Color of the tag, in hex format (e.g. #FD587B).
      - `property_ids` integer[], required — Property ids attached with this tag
      - `room_type_ids` integer[], required — Room type ids attached with this tag
    - `total` integer, required — Total number of tags.

---

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