{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access History API", "version": "1.0" }, "items": [ { "info": { "name": "History", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Conversations History", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/conversations.history", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `conversations:history`" }, { "name": "channel", "value": "", "type": "query", "description": "Conversation ID to fetch history for." }, { "name": "latest", "value": "", "type": "query", "description": "End of time range of messages to include in results." }, { "name": "oldest", "value": "", "type": "query", "description": "Start of time range of messages to include in results." }, { "name": "inclusive", "value": "", "type": "query", "description": "Include messages with latest or oldest timestamp in results only when either timestamp is specified." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the users list hasn't been reached." }, { "name": "cursor", "value": "", "type": "query", "description": "Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first \"page\" of the collection. See [pagination](/docs/pagination) for more detail." } ] }, "docs": "Fetches a conversation's history of messages and events." } ] } ], "bundled": true }