Authorizations
API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
Query Parameters
List of Slack channels to include (by id, name, or #name).
Include private channels when constructing Slack 'types'.
Include direct messages (im) when listing conversations.
Include group DMs (mpim) when listing conversations.
If set, pass 'exclude_archived' to Slack. If None, omit the param.
Response
Successful Response
The response is of type any
.