Integrations
Get Slack history
Get message history from a Slack channel or thread.
When called from a Slack conversation, the tool description includes the current channel_id, thread_id, and team_id. These are used as defaults when not specified.
Parameters#
channel_idstringdefault: ""Slack channel ID to read from. Omit to use the current conversation's channel.
team_idstringdefault: ""Slack workspace team ID. Omit to use the current conversation's workspace.
thread_tsstringdefault: ""Parent message timestamp to read thread replies. Omit for channel-level messages.
lateststringdefault: ""Slack timestamp — fetch messages before this time.
oldeststringdefault: ""Slack timestamp — fetch messages after this time.
cursorstringdefault: ""Pagination cursor from a previous response's next_cursor.
limitnumberdefault: 50Number of messages to return (1–100, default 50).