---
title: "Get Linked Stay"
method: GET
path: "/api/v1/logs/{subject}/{log_id}/stay"
tags: ["logs"]
---

# Get Linked Stay

`GET /api/v1/logs/{subject}/{log_id}/stay`

The stay this log is about, and where resolution stands.

## Path parameters

- `subject` 'voice' | 'text' | 'email' | 'booking', required
- `log_id` string, uuid, required

## Response `200`

Successful Response

- LogStayRead — A log's stay link, and where resolution stands. A WRAPPER rather than ``LinkedStayRead | None``, deliberately. A bare ``null`` body is indistinguishable from an empty one to the generated client — it handed back ``{}``, which is truthy, so an unlinked call rendered as linked to a stay with undefined dates. An object with an explicit ``linked_stay: null`` cannot be misread. It also carries the status, so "not checked yet" and "looked and found nothing" stay distinguishable without the caller passing it in from somewhere else.
  - `linked_stay` LinkedStayRead, required — The stay a thread was tied to, and how. Carries ``match_method`` because an unexplained link is not auditable: an operator correcting a wrong link needs to know whether it came from a quoted reference or a model reading a surname.
    - `booking_record_id` string, uuid, required
    - `reservation_id` string, required
    - `property_name` string, required
    - `checkin` string, date, required
    - `checkout` string, date, required
    - `guest_name` string, nullable
    - `source` string, nullable
    - `match_method` string, required
  - `stay_link_status` string, required

## Other responses

- `422` — Validation Error

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/logs/:subject/:log_id/stay/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/7a2c09378911?raw)
