GET
/reactions.listList reactions made by a user
Lists reactions made by a specified user or by the authenticated user when user is omitted. Use full to request complete reaction details and use cursor, page, or count to control pagination and page size. The response includes reaction items, paging information, and continuation metadata.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringrequired
Authentication token with the `reactions:read` scope.
userstringoptional
The user whose reactions to list. Defaults to the authenticated user when omitted.
fullbooleanoptional
Set to true to always return the complete reaction list.
countintegeroptional
The number of reactions to request per page.
pageintegeroptional
The page number to retrieve.
cursorstringoptional
Pagination cursor from the previous response's `next_cursor` value. Omit it for the first page.
limitintegeroptional
The maximum number of reactions to return. Fewer items may be returned even when more remain.
200Returns an array of reaction items with paging information and response metadata for continuing pagination.
itemsarray<array>required
okbooleanrequired
pagingobjectoptional
response_metadataarrayoptional
defaultTypical error response
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
The token must grant the reactions:read scope, and user must identify an existing user when supplied. Use cursor with the previous response's next_cursor value for subsequent pages; count, page, and limit must contain integer values.