Get Channel History
GET {{baseUrl}}/channels.history?count=<post>&unreads=<>&inclusive=<>&token=<>&oldest=<>&channel=<>&latest=<>
Fetches history of messages and events from a channel.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| count | string | ||
| unreads | string | Include unread_count_displayin the output? | |
| inclusive | string | Include messages with latest or oldest timestamp in results. | |
| token | string | Authentication token. Requires scope: groups:history | |
| oldest | string | Start of time range of messages to include in results. | |
| channel | string | Private channel to fetch thread from | |
| latest | string | End of time range of messages to include in results. |