/reactions.list
GET
/reactions.list
reactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://slack.com/api/reactions.list?token='
Response Response Example
200 - response
{
"items": [
{
"channel": "C3UKJTQAC",
"message": {
"bot_id": "B4VLRLMKJ",
"reactions": [
{
"count": 1,
"name": "robot_face",
"users": [
"U2U85N1RV"
]
}
],
"subtype": "bot_message",
"text": "Hello from Python! :tada:",
"ts": "1507849573.000090",
"username": "Shipit Notifications"
},
"type": "message"
},
{
"comment": {
"comment": "This is a file comment",
"created": 1508286096,
"id": "Fc7LP08P1U",
"reactions": [
{
"count": 1,
"name": "white_check_mark",
"users": [
"U2U85N1RV"
]
}
],
"timestamp": 1508286096,
"type": "file_comment",
"user": "U2U85N1RV"
},
"file": {
"channels": [
"C2U7V2YA2"
],
"comments_count": 1,
"created": 1507850315,
"reactions": [
{
"count": 1,
"name": "stuck_out_tongue_winking_eye",
"users": [
"U2U85N1RV"
]
}
],
"title": "computer.gif",
"user": "U2U85N1RV",
"username": ""
}
},
{
"file": {
"channels": [
"C2U7V2YA2"
],
"comments_count": 1,
"created": 1507850315,
"id": "F7H0D7ZA4",
"name": "computer.gif",
"reactions": [
{
"count": 1,
"name": "stuck_out_tongue_winking_eye",
"users": [
"U2U85N1RV"
]
}
],
"size": 1639034,
"title": "computer.gif",
"user": "U2U85N1RV",
"username": ""
},
"type": "file"
}
],
"ok": true,
"response_metadata": {
"next_cursor": "dGVhbTpDMUg5UkVTR0w="
}
}
Request
Query Params
token
stringÂ
required
reactions:read
user
stringÂ
optional
full
stringÂ
optional
count
integerÂ
optional
page
integerÂ
optional
cursor
stringÂ
optional
cursor
equal to the next_cursor
attribute returned by the previous request's response_metadata
. This parameter is optional, but pagination is mandatory: the default value simply fetches the first "page" of the collection. See pagination for more details.limit
integerÂ
optional
Responses
Modified at 2023-08-15 05:39:46