Get message content
Returns the fully rendered contents of a message, where the response depends on which channel the message was sent through.
Get message content
Returns the fully rendered contents of a message, where the response depends on which channel the message was sent through.
Endpoint
GET/v1/messages/{message_id}/content
Rate limit
Tier 4Path parameters
message_id
string
The ID of the message to fetch contents of.
Returns
MessageContents
The content of a message.
__typename
string
The typename of the schema.
data
5 possible types
Content data specific to the channel type.
inserted_at
string(date-time)
Timestamp when the message content was created.
message_id
string
The unique identifier for the message content.