Get a message
Messages
Get a message
Retrieve a single message by its public ID. The message must belong to the authenticated workspace and match the API key’s environment (live or test).
GET
Get a message
Documentation Index
Fetch the complete documentation index at: https://docs.senderkit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key with an sk_live_ or sk_test_ prefix.
Path Parameters
Public message ID (e.g. msg_...).
Response
The message.
A message row. vars, content, metadata, and timeline are JSON.
Example:
"msg_0a1b2c3d4e5f6g7h"
Null for raw sends.
Available options:
email, sms, push Available options:
queued, rendered, dispatched, sent, delivered, failed, opted_out Caller-supplied tags/IDs. Values must be string, number, or boolean.