https://slack.com/chat.scheduledMessages.listReturns a list of scheduled messages.
The channel of the scheduled messages
A UNIX timestamp of the latest value in the time range
A UNIX timestamp of the oldest value in the time range
Maximum number of original entries to return.
For pagination purposes, this is the `cursor` value returned from a previous call to `chat.scheduledmessages.list` indicating where you want to start this call from.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://slack.com/chat.scheduledMessages.list' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}https://slack.com/chat.scheduledMessages.listReturns a list of scheduled messages.
The channel of the scheduled messages
A UNIX timestamp of the latest value in the time range
A UNIX timestamp of the oldest value in the time range
Maximum number of original entries to return.
For pagination purposes, this is the `cursor` value returned from a previous call to `chat.scheduledmessages.list` indicating where you want to start this call from.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}curl --request GET \
--url 'https://slack.com/chat.scheduledMessages.list' \
--header 'accept: application/json' \
--header 'content-type: application/json'{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}