Messages
Get Message
This endpoint returns the complete message with the given ID.
GET
Request
string
required
The unique id of the message.
Response
string
Base64 encoded request body
int
required
The time when the message was created in milliseconds.
string
required
Either
topic or urlstring
The endpoint Id the message was sent to. Only available if the message was
sent to an endpoint.
Record<string, string>
The HTTP headers sent to your API.
string
The unique message Id
string
The unique schedule Id
Settings
string
The topic name the message was sent toOnly available if the message was sent to a topic.
string
The topic Name the message was sent toOnly available if the message was sent to a topic.This might be outdated if you have since changed the topic name. In that case, please rely on the topic id instead because it is guaranteed to be consistent.
string
The url where this message is being sent to.