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
Minimal
{
"token": "***",
"list_id": "F1234567"
}
Include archived rows
{
"token": "***",
"list_id": "F1234567",
"include_archived": true
}