slackLists.download.start
method
Usage info
Lists are only available to Slack workspaces on a paid plan.
This method is used to export a List.
Sample requests data
curl --location 'https://slack.com/api/slackLists.download.start' \
--header 'Authorization: Bearer xoxb-xxxxxxxxxxxxxxxxx' \
--form 'list_id="F12345678"' \
--form 'include_archived="false"'