---
title: "Get message status"
method: GET
path: "/v3/messages/{id}"
tags: ["Messages"]
---

# Get message status

`GET /v3/messages/{id}`

Retrieves the current status and details of a message by ID. Includes delivery status, timestamps, and error information if applicable.

## Path parameters

- `id` string, uuid, required

## Headers

- `x-profile-id` string, uuid

## Response `200`

Message retrieved successfully

- SentDmServicesEndpointsCustomerAPIv3ResponsesApiResponseOfMessageResponse — Standard API response envelope for all v3 endpoints
  - `success` boolean — Indicates whether the request was successful
  - `data` SentDmServicesEndpointsCustomerAPIv3ResponsesMessageResponse — Message response for v3 API — same shape as v2 with snake_case JSON conventions
    - `id` string, uuid
    - `customer_id` string, uuid
    - `contact_id` string, uuid
    - `phone` string
    - `phone_international` string
    - `region_code` string
    - `template_id` string, uuid, nullable
    - `template_name` string, nullable
    - `template_category` string, nullable
    - `channel` string
    - `message_body` SentDmServicesCommonEntitiesMessageBody — Structured message body format for database storage. Preserves channel-specific components (header, body, footer, buttons).
      - `header` string, nullable
      - `content` string
      - `footer` string, nullable
      - `buttons` SentDmServicesCommonEntitiesMessageButton[], nullable
        - `type` string
        - `text` string, nullable
        - `value` string
        - `postbackData` string, nullable
    - `status` string
    - `direction` string
    - `created_at` string, date-time
    - `price` number, nullable
    - `active_contact_price` number, nullable
    - `events` SentDmServicesEndpointsCustomerAPIv3ResponsesMessageEventV3[], nullable
      - `status` string
      - `timestamp` string, date-time
      - `description` string, nullable
  - `error` SentDmServicesEndpointsCustomerAPIv3ResponsesApiError — Error information
    - `code` string — Machine-readable error code (e.g., "RESOURCE_001")
    - `message` string — Human-readable error message
    - `details` object, nullable — Additional validation error details (field-level errors)
    - `doc_url` string, nullable — URL to documentation about this error
  - `meta` SentDmServicesEndpointsCustomerAPIv3ResponsesApiMeta — Request and response metadata
    - `request_id` string — Unique identifier for this request (for tracing and support)
    - `timestamp` string, date-time — Server timestamp when the response was generated
    - `version` string — API version used for this request

## Other responses

- `400` — Invalid message ID format
- `401` — Unauthorized - Invalid API credentials
- `403` — Forbidden
- `404` — Message not found
- `500` — Internal server error

---

[API](https://skmtc.net/sentdm/apis/sent-dm-api-v3.md) · [All operations](https://skmtc.net/sentdm/apis/sent-dm-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sentdm/sent-dm-api-v3/revisions/c451eca46f1b/schema)
