---
title: "Get message by phoneNumber and localMessageId"
method: GET
path: "/api/v1/whatsApp/messages/{phoneNumber}/{localMessageId}"
tags: ["Messaging"]
---

# Get message by phoneNumber and localMessageId

`GET /api/v1/whatsApp/messages/{phoneNumber}/{localMessageId}`

## Path parameters

- `phoneNumber` string, required
- `localMessageId` string, required

## Response `200`

Get message by phoneNumber and localMessageId success

- object
  - `ok` boolean — Indicates whether the request was successful.
  - `result` object — Detailed information about the message and its associated template.
    - `template` object — Template metadata used for this broadcast message.
    - `reactions` unknown
    - `eventDescription` string — Description of the event that generated this message.
    - `finalText` string — Final text content sent to the user after parameter substitution.
    - `thumbnailProduct` unknown
    - `mediaHeaderLink` string — Media header link associated with the message, if any.
    - `statusString` string — Status of the message (e.g. READ, SENT).
    - `failedDetail` string — Failure details if message delivery failed, empty when successful.
    - `localMessageId` string — Local identifier used by the client to track this message.
    - `limitedTimeOfferIsCustom` boolean — Indicates whether the limited time offer is a custom configuration.
    - `limitedTimeOfferExpirationTime` string — Expiration time of the limited time offer, if configured.
    - `ctwaFollowUpCount` integer — Number of follow-up messages sent for Click-to-WhatsApp ads.
    - `id` string — Internal identifier of the message event.
    - `created` string — Timestamp when this message event was created.
    - `conversationId` string — Conversation ID that this message belongs to.
    - `ticketId` unknown
    - `eventType` string — Type of the event (e.g. 'broadcastMessage').

---

[API](https://skmtc.dev/wati/apis/api-documentation-v3.md) · [All operations](https://skmtc.dev/wati/apis/api-documentation-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wati/api-documentation-v3/revisions/dee16d2c7d41/schema)
