Skip to main content
GET
/
messages
/
{id}
/
logs
Get message delivery logs
curl --request GET \
  --url https://api-message.nativehub.live/api/v1/messages/{id}/logs \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "a7b8c9d0-e1f2-3456-ab78-901234567890",
    "message_id": "d4e5f6a7-b8c9-0123-def4-567890123456",
    "connection_id": "f6a7b8c9-d0e1-2345-fa67-890123456789",
    "provider_id": "b8c9d0e1-f2a3-4567-bc89-012345678901",
    "status": "delivered",
    "detail": {
      "dlr_status": "DELIVRD",
      "network_code": "47001"
    },
    "created_at": "2026-02-14T10:15:32Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Message ID

Response

Delivery logs retrieved successfully

id
string<uuid>
message_id
string<uuid>
connection_id
string<uuid>
provider_id
string<uuid>
status
string
detail
object
error_message
string
created_at
string<date-time>