GET
/chat.getPermalinkGet a message permalink
Retrieves a permalink for a specific message in a conversation or channel. Supply channel and the message's message_ts value to identify the message, together with the authentication token. Use the returned URI to link directly to that message.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token with the `none` scope.
channelstringrequired
The conversation or channel containing the message.
message_tsstringrequired
The message timestamp that uniquely identifies the message within the channel.
200Returns the channel identifier and a URI-formatted `permalink` with `ok: true`.
channelstringrequired
okbooleanrequired
permalinkstringrequired
defaultReturns `ok: false` with an error when the channel or message cannot be found, authentication or permission checks fail, or an argument is invalid.
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
token, channel, and message_ts are required. message_ts must be the timestamp that uniquely identifies a message within the specified channel.