Current section
Files
Jump to
Current section
Files
priv/docs/methods/chat.scheduledMessages.list.json
{
"args": {
"channel": {
"desc": "The channel of the scheduled messages",
"example": "C123456789",
"required": false,
"type": "string"
},
"cursor": {
"desc": "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.",
"example": "dXNlcjpVMDYxTkZUVDI=",
"required": false,
"type": "string"
},
"latest": {
"desc": "A Unix timestamp of the latest value in the time range. This field will be ignored if the API call is sent using a workspace-level token. `oldest` signifies the Unix timestamp of the earliest range you're interested in. `latest` signifies the latest. If both `oldest` and `latest` are specified, `oldest` must be less than `latest`.",
"example": "1562137200",
"required": false,
"type": "string"
},
"limit": {
"desc": "Maximum number of original entries to return.",
"example": "100",
"required": false,
"type": "integer"
},
"oldest": {
"desc": "A Unix timestamp of the oldest value in the time range. This field will be ignored if the API call is sent using a workspace-level token. `oldest` signifies the Unix timestamp of the earliest range you're interested in. `latest` signifies the latest. If both `oldest` and `latest` are specified, `oldest` must be less than `latest`.",
"example": "1562137200",
"required": false,
"type": "string"
},
"team_id": {
"desc": "encoded team id to list channels in, required if org token is used",
"required": false,
"type": "string"
}
},
"desc": "Returns a list of scheduled messages.",
"errors": {
"invalid_channel": "The channel passed is invalid",
"invalid_cursor": "Provided cursor is invalid",
"invalid_token": "Token is invalid"
},
"rate_limit": {
"label": "Tier 3: 50+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {}
}