conversations_list
/conversations.list Lists all channels in a Slack team.
Parameters
query Query Parameters
| Name | Type |
|---|---|
token Authentication token. Requires scope: | string |
exclude_archived Set to | boolean |
types Mix and match channel types by providing a comma-separated list of any combination of | string |
limit The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached. Must be an integer no larger than 1000. | number |
cursor Paginate through collections of data by setting the | string |
Responses
Typical success response with only public channels
Typical error response
callstack?: string;
error: "missing_scope" | "not_authed" | "invalid_auth" | "account_inactive" | "invalid_arg_name" | "invalid_array_arg" | "invalid_charset" | "invalid_form_data" | "invalid_post_type" | "missing_post_type" | "invalid_json" | "json_not_object" | "request_timeout" | "upgrade_required";
needed?: string;
ok:
provided?: string;
}