List messages
Fetch the statuses of messages you’ve previously sent.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
A boolean value that indicates whether archived messages should be included in the response.
A unique identifier that allows for fetching the next set of messages.
A unique identifier representing the event that was used to send the event.
A unique identifier representing the list the message was sent to.
A unique identifier representing the message_id returned from either /send or /send/list.
A unique identifier representing the notification that was used to send the event.
The key assocated to the provider you want to filter on. E.g., sendgrid, inbox, twilio, slack, msteams, etc. Allows multiple values to be set in query parameters.
A unique identifier representing the recipient associated with the requested profile.
An indicator of the current status of the message. Allows multiple values to be set in query parameters.
A tag placed in the metadata.tags during a notification send. Allows multiple values to be set in query parameters.
A comma delimited list of 'tags'. Messages will be returned if they match any of the tags passed in.
Messages sent with the context of a Tenant
The enqueued datetime of a message to filter out messages received before.
The unique identifier used to trace the requests