slack_lists_items_list
List items in a Slack list by list ID, with optional pagination and archived filter.
Instructions
List items in a list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return per page. | |
| cursor | No | Pagination cursor from a previous response's ``response_metadata.next_cursor``. | |
| list_id | Yes | ID of the list (a file ID) whose items to return (e.g. ``F0123``). | |
| archived | No | When ``True``, return archived items instead of active ones. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||