List scheduled messages
This action retrieves a list of scheduled messages. A user can only see the list of their own scheduled messages.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Optional
| Parameter name | Type | Description | 
|---|---|---|
| channel_type | string | Specifies the type of the channel. | 
| channel_url | string | Specifies the URL of the channel. | 
| sender_id | string | Specifies the user ID of the sender. | 
| token | string | Specifies a page token that indicates the starting index of a chunk of results to retrieve. If not specified, the index is set as 0. | 
| limit | int | Specifies the number of data exports to return per page. Acceptable values are  | 
| order | string | Specifies the method to sort a list of results. Acceptable values are the following:  | 
| reverse | boolean | Determines whether the sort order is reversed. | 
| status[] | array of objects | Specifies the scheduled message status to retrieve. If not specified, all scheduled messages are returned, regardless of their status. | 
| message_type | string | Specifies a message type to retrieve. Acceptable values are  | 
Response
If successful, this action returns a list of scheduled messages resource in the response body.
In the case of an error, an error object is returned. A detailed list of error codes is available here.