stars_list
List all items starred by the current Slack user. Optionally retrieve full details for each starred item.
Instructions
List starred items for the calling user. Set detailed=True for full response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number of results to return (legacy paging). | |
| count | No | Number of items to return per page (legacy paging). | |
| limit | No | Maximum number of items to return per page (cursor paging). | |
| cursor | No | Pagination cursor from a previous response's ``response_metadata.next_cursor``. | |
| team_id | No | Encoded team ID to list stars for; required if the token belongs to an org-level app (e.g. ``T0123``). | |
| detailed | No | When ``True``, return the full Slack response instead of a compacted summary. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||