---
title: "Query Custom Fields"
method: GET
path: "/reservations/{stay_code}/custom_fields"
tags: ["Reservations"]
---

# Query Custom Fields

`GET /reservations/{stay_code}/custom_fields`

Query custom fields for a stay. For more information, please refer to the [Custom Fields Guide](/reference/custom-fields-guide).

## Path parameters

- `stay_code` string, required

## Response `200`

- 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
    - `custom_fields` object, nullable, required — Custom fields.

---

[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/versions/a3fa555dee66/schema)
