chat scheduled Messages list

GET {{baseUrl}}/chat.scheduledMessages.list?channel=<string>&latest=<number>&oldest=<number>&limit=<integer>&cursor=<string>

Returns a list of scheduled messages.

Request Params

KeyDatatypeRequiredDescription
channelstringThe channel of the scheduled messages
lateststringA UNIX timestamp of the latest value in the time range
oldeststringA UNIX timestamp of the oldest value in the time range
limitstringMaximum number of original entries to return.
cursorstringFor 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.

HEADERS

KeyDatatypeRequiredDescription
tokenstringAuthentication token. Requires scope: none

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;,&quot;scheduled_messages&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;channel_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;post_at&quot;:&quot;\u003cinteger\u003e&quot;,&quot;date_created&quot;:&quot;\u003cinteger\u003e&quot;,&quot;text&quot;:&quot;\u003cstring\u003e&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;channel_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;post_at&quot;:&quot;\u003cinteger\u003e&quot;,&quot;date_created&quot;:&quot;\u003cinteger\u003e&quot;,&quot;text&quot;:&quot;\u003cstring\u003e&quot;}],&quot;response_metadata&quot;:{&quot;next_cursor&quot;:&quot;\u003cstring\u003e&quot;}}