Current section
Files
Jump to
Current section
Files
priv/docs/methods/slackLists.download.start.json
{
"args": {
"include_archived": {
"desc": "",
"required": false,
"type": "boolean"
},
"list_id": {
"desc": "ID of the List to export.",
"example": "F1234567",
"required": true,
"type": "string"
}
},
"desc": "Initiate a job to export List contents.",
"errors": {
"list_not_found": "The List was not found.",
"permission_denied": "The bot does not have permission to perform this action.",
"unknown_method": "Feature not enabled for this team."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "lists:read",
"url": "https://docs.slack.dev/reference/scopes/lists.read"
}
],
"user": [
{
"name": "lists:read",
"url": "https://docs.slack.dev/reference/scopes/lists.read"
}
]
}
}