provider stars GET /stars.list
@utdk/slack /stars.list
stars_list
Lists stars for a user.
token query
Authentication token. Requires scope: `stars:read`
string
count query
string
page query
string
cursor query
Parameter for pagination. Set `cursor` equal to the `next_cursor` attribute returned by the previous request's `response_metadata`. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. See [pagination](/docs/pagination) for more details.
string
limit query
The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached.
integer

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

starsList
GET/stars.list
Lists stars for a user.

Authentication token. Requires scope: `stars:read`

Parameter for pagination. Set `cursor` equal to the `next_cursor` attribute returned by the previous request's `response_metadata`. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. See [pagination](/docs/pagination) for more details.

The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.starsList()