Get message

GET
Fetch the status of a message you've previously sent.

Path parameters

message_idstringRequired
A unique identifier associated with the message you wish to retrieve (results from a send).

Response

This endpoint returns an object.
idstring
A unique identifier associated with the message you wish to retrieve (results from a send).
statusenum
The current status of the message.
enqueuedlong
A UTC timestamp at which Courier received the message request. Stored as a millisecond representation of the Unix epoch.
sentlong
A UTC timestamp at which Courier passed the message to the Integration provider. Stored as a millisecond representation of the Unix epoch.
deliveredlong
A UTC timestamp at which the Integration provider delivered the message. Stored as a millisecond representation of the Unix epoch.
openedlong
A UTC timestamp at which the recipient opened a message for the first time. Stored as a millisecond representation of the Unix epoch.
clickedlong
A UTC timestamp at which the recipient clicked on a tracked link for the first time. Stored as a millisecond representation of the Unix epoch.
recipientstring
A unique identifier associated with the recipient of the delivered message.
eventstring
A unique identifier associated with the event of the delivered message.
notificationstring
A unique identifier associated with the notification of the delivered message.
errorstringOptional
A message describing the error that occurred.
reasonenumOptional
The reason for the current status of the message.