---
title: "Query Conversations"
method: GET
path: "/conversations"
tags: ["Messages"]
---

# Query Conversations

`GET /conversations`

This endpoint is used to query the list of conversations regarding guest inquiries.

## Query parameters

- `offset` integer
- `limit` integer

## 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
    - `conversations` object[], required — List of the conversations
      - `id` string, required — The id the conversation.
      - `channel_type` 'airbnb' | 'booking.com' | 'agoda' | 'expedia' | 'vrbo' | 'trip.com' | 'booking_site' | 'tujia_intl' | 'hostex_direct' | 'tujia' | 'xiaozhu' | 'meituan_bnb' | 'meituan_hotel' | 'muniao' | 'fliggy' | 'zhukeyun' | 'tiktok' | 'xiaohongshu' | 'ctrip' | 'houfy', required — The type of the channel. See [Supported Channels](/reference/supported-channels) for more information.
      - `last_message_at` string, date-time, required — The datetime when the last message was created in ISO 8601 format. Example: `2019-01-01T00:00:00+00:00`
      - `guest` object, required — The guest's information.
        - `name` string — The name of the guest.
        - `email` string — The email of the guest.
        - `phone` string — The phone of the guest.
      - `property_title` string — The title of property.
      - `check_in_date` string — The check-in date of the reservation.
      - `check_out_date` string — The check-out date of the reservation.

---

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