---
title: "Get thread details"
method: GET
path: "/v2/messaging/{threadGuid}"
tags: ["Reservations"]
---

# Get thread details

`GET /v2/messaging/{threadGuid}`

Retrieve a message thread with the specified Id.

## Path parameters

- `threadGuid` string, uuid, required

## Response `200`

OK

- LodgifyMessagingLegacyPublicApiModelsThreadItemListDetailDto[]
  - `thread_uid` string, uuid — The thread's unique identifier
  - `guest_name` string, nullable — The thread's guest name
  - `guest_email` string, nullable — The thread's guest email
  - `last_message_date` string, date-time — Date and time of the last message in the thread
  - `is_read` boolean — Read status of the thread
  - `messages` LodgifyMessagingLegacyPublicApiModelsInboxDetailMessageDto[], nullable — List of messages in the thread
    - `id` integer — Message Id
    - `subject` string, nullable — Message subject
    - `message` string, nullable — Message body (You can expect HTML content)
    - `type` string, nullable — Message type: Owner, Renter
    - `date_created` string, date-time — Creation date of the message
    - `attachments` LodgifyMessagingLegacyPublicApiModelsInboxDetailAttachmentDto[], nullable — List of attachments in the message
      - `file_name` string, nullable — Attachment's file name
      - `content_length` string, nullable — Length of the attachment in bytes
      - `content_type` string, nullable — Attachment's content type (e.g. text/plain, application/pdf, image/jpeg)
      - `file_url` string, nullable — Attachment's file url to download
    - `message_status` string, nullable — Message status: Submitted, Sent, Delivered, Failed
    - `is_read` boolean — Read status of the message
    - `route` 'Email' | 'Airbnb' | 'BookingCom' | 'Vrbo' | 'Sms'
    - `is_imported` boolean, nullable
    - `message_id` string, uuid, nullable — The unique idempotent identifier of the message.
  - `is_closed` boolean — Indicates if the thread is closed and cannot receive any messages.
  - `error_message` string, nullable — Error message indicating why the thread is closed
  - `error_title` string, nullable — Error title indicating why the thread is closed

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/lodgify/apis/lodgify-public-api-v1.md) · [All operations](https://skmtc.net/lodgify/apis/lodgify-public-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lodgify/lodgify-public-api-v1/versions/ddf40757d411/schema)
