Skip to main content

List scheduled messages

GET 

/chat.scheduled.list

Lists pending messages scheduled via /chat.post's sendAt that have not been sent yet. Results are ordered ascending by sendAt (soonest first). Sent and canceled messages are not returned.

Only messages scheduled by the calling credential's bot identity are listed: organization tokens of the same app share the app's bot identity (and therefore see each other's scheduled messages), while personal access tokens have a per-person bot identity and see only their own.

Access: Organization and Personal.

Required scope: chat:send_message or chat:write


OpenAPI Spec: chat-v1.json

Requestโ€‹

Responsesโ€‹

OK