Get Message
Retrieve a message by its id
Request
The id of the message to retrieve.
Messages are removed from the database shortly after they’re delivered, so you will not be able to retrieve a message after. This endpoint is intended to be used for accessing messages that are in the process of being delivered/retried.
Response
A unique identifier for this message.
The URL group (topic) name if this message was sent to a URL Group.
The endpoint name of the message if the endpoint is given a name within the URL group.
The URL to which the message should be delivered.
The HTTP method to use for the message.
The HTTP headers sent to your API.
The body of the message if it is composed of utf8 chars only, empty otherwise.
The base64 encoded body if the body contains a non-utf8 char only, empty otherwise.
The number of retries that should be attempted in case of delivery failure.
The unix timestamp in milliseconds before which the message should not be delivered.
The unix timestamp in milliseconds when the message was created.
The url where we send a callback each time the message is attempted to be delivered.
The url where we send a callback to after the message is failed
The scheduleId of the message if the message is triggered by a schedule
IP address of the publisher of this message.
Was this page helpful?