slackLists.items.list
method
Welcome to the new home of Slack developer docs!
We're still building and not all features are available quite yet. Enjoy this peek into the future! You can return to the past at api.slack.com.
Usage info
Lists are only available to Slack workspaces on a paid plan.
This method is used to retrieve many items from one List.
Sample requests data
{
"token": "...",
"list_id": "F1234567",
"limit": 2,
"cursor": "bGlzdF9pZDoxMjY1ODAzMjUxMDEwO2lkOjEyNjY3NDk4MTM0MTE7ZGF0ZV9jcmVhdGVkOjE3NDkwNTI3MzA=",
}