/chat.scheduledMessages.list
GET
/chat.scheduledMessages.list
chat.scheduledMessageschat
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/chat.scheduledMessages.list'
Response Response Example
200 - response
{
"ok": true,
"response_metadata": {
"next_cursor": ""
},
"scheduled_messages": [
{
"channel_id": "C1H9RESGL",
"date_created": 1551891734,
"id": 1298393284,
"post_at": 1551991428,
"text": "Here's a message for you in the future"
}
]
}
Request
Query Params
channel
stringÂ
optional
latest
numberÂ
optional
oldest
numberÂ
optional
limit
integerÂ
optional
cursor
stringÂ
optional
cursor
value returned from a previous call to chat.scheduledmessages.list
indicating where you want to start this call from.Header Params
token
stringÂ
optional
none
Responses
Modified at 2023-08-15 05:39:45