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โ
- 200
- 400
- 401
- 403
- 405
- 500
OK
Bad request. Common causes:
- Invalid
chatId,after,before, orlimit - Invalid or expired
cursor(invalid_cursor) โ restart without a cursor
Presented invalid authentication credentials.
Token lacks a required scope (missing_scope).
An unsupported method was requested.
An internal error occured.