chat.scheduledMessages.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!
Not ready for the future? Return to the past at api.slack.com.
Usage info
This method returns a list of pending scheduled messages.
The team_id
is only relevant when using an org-level token. This field will be ignored if the API call is sent using a workspace-level token.
oldest
signifies the Unix timestamp of the earliest range you're interested in. latest
signifies the latest. If both oldest
and latest
are specified, oldest
must be less than latest
.