---
title: "Get inbox message details"
method: GET
path: "/inboxmessage/{uuid}.json"
tags: ["Inbox"]
---

# Get inbox message details

`GET /inboxmessage/{uuid}.json`

Retrieves detailed information about a specific inbox message including attachments and conversation history

## Path parameters

- `uuid` string, uuid, required

## Response `200`

Successful response

- InboxMessageDetail
  - `uuid` string, uuid
  - `active` boolean
  - `edit_date` string, date-time
  - `timestamp` string, date-time
  - `read_timestamp` string, date-time, nullable
  - `last_reply_timestamp` string, date-time, nullable
  - `snooze_until_timestamp` string, date-time, nullable
  - `read_by_staff_uuid` string, uuid, nullable
  - `from_name` string
  - `from_email` string
  - `to_email` string
  - `subject` string
  - `message_text` string
  - `message_html` string
  - `is_archived` boolean
  - `archived_timestamp` string, date-time, nullable
  - `archived_by_staff_uuid` string, uuid, nullable
  - `regarding_company_uuid` string, uuid, nullable
  - `converted_to_job_uuid` string, uuid, nullable
  - `job_template_uuid` string, uuid, nullable
  - `message_type` 'email' | 'sms' | 'online_booking' | 'phone_call' | 'reminder' | 'form' | 'network_request' | 'supplier_invoice' | 'asset' | 'partner_lead' | 'automation'

## Other responses

- `404` — Message not found

---

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