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

# Get message activities

`GET /v3/messages/{id}/activities`

Retrieves the activity log for a specific message. Activities track the message lifecycle including acceptance, processing, sending, delivery, and any errors.

## Path parameters

- `id` string, uuid, required

## Headers

- `x-profile-id` string, uuid

## Response `200`

Message activities retrieved successfully

- SentDmServicesEndpointsCustomerAPIv3ResponsesApiResponseOfMessageActivitiesResponse — Standard API response envelope for all v3 endpoints
  - `success` boolean — Indicates whether the request was successful
  - `data` SentDmServicesEndpointsCustomerAPIv3ResponsesMessageActivitiesResponse — Response for GET /messages/{id}/activities
    - `message_id` string, uuid — The message ID these activities belong to
    - `activities` SentDmServicesEndpointsCustomerAPIv3ResponsesMessageActivityResponse[] — List of activity events ordered by most recent first
      - `status` string — Activity status. Outbound: QUEUED, PROCESSED, ROUTED, SENT, DELIVERED, READ, FAILED. Inbound (from contact): RECEIVED (terminal).
      - `description` string — Human-readable description of the activity
      - `from` string, nullable — Sender phone number for this activity (the customer's sending number for outbound, the external sender for inbound). Null when not reported by the provider.
      - `timestamp` string, date-time — When this activity occurred
      - `price` string, nullable — Channel cost for this activity (e.g., SMS/WhatsApp provider cost), formatted to 4 decimal places.
      - `active_contact_price` string, nullable — Active contact markup applied on top of the channel cost, formatted to 4 decimal places.
  - `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)
