---
title: "Query Calendar Share Links"
method: GET
path: "/calendar_share_links"
tags: ["Calendar Share Links"]
---

# Query Calendar Share Links

`GET /calendar_share_links`

List the operator's public calendar share links. Each link exposes a read-only calendar (and reservation list) of either every property (`scope = entire`) or a selected subset (`scope = partial`) and is reachable by anyone who has the URL.

## Query parameters

- `offset` integer
- `limit` integer
- `id` 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
    - `total` integer, required — Total number of share links matching the filter.
    - `calendar_share_links` CalendarShareLink[], required
      - `id` integer, required — Internal share link id.
      - `scope` 'entire' | 'partial', required — `entire` covers every property of the operator; `partial` covers only the ids listed in `property_ids`.
      - `url` string, required — Public, read-only calendar URL. Anyone with this URL can view the calendar.
      - `property_ids` integer[], required — Property ids the link exposes. Empty array when `scope = entire`.
      - `created_at` string, date-time, nullable — ISO 8601 timestamp of when the share link was created.

---

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