Get Message Replies
Messaging APIs
Get Message Replies
Fetches replies to a previously sent notification. Currently supported for Slack only.
GET
Get Message Replies
Header
string
required
Bearer token for API authentication. Format:
Bearer {{apiToken}}Required: API Key with full accessPath Parameters
string
required
Unique ID of the sent notification (UUID format)
Response
Success Response (200 OK)
Returns an array of messages (including top-level and threaded replies).string
required
Message content
string
required
Slack user ID of the sender
string
required
Slack message timestamp (used for threading and ordering)
string
Timestamp of the parent message if this is a threaded reply
Response Examples
- This endpoint currently supports Slack only.
- The
thread_tsfield is only present in threaded messages. - Message timestamps (
tsandthread_ts) follow Slack’s timestamp format.