Header
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).Message content
Slack user ID of the sender
Slack message timestamp (used for threading and ordering)
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
andthread_ts
) follow Slack’s timestamp format.