App Logo
slack.com

Get Slack channel messages

Read a channel's message history by name (e.g. 'social' or '#social') or id (C…). Newest first; pass cursor to paginate, oldest/latest (unix ts) to bound the range. Authors are resolved to display names. Requires login.

Input

channel required

Channel name (with or without #) or id (C…).

limit optional

Max messages per page (default 50).

cursor optional

next_cursor from a previous call.

latest optional

Only messages before this unix ts.

oldest optional

Only messages after this unix ts (inclusive).

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

channel required
messages required
nextCursor optional

Start building not clicking