Skip to main content
GET
Get Message Replies
string
required
Bearer token for API authentication. Format: Bearer {{apiToken}}Required: API Key with full access

Path 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_ts field is only present in threaded messages.
  • Message timestamps (ts and thread_ts) follow Slack’s timestamp format.