X Queries
Retweeters
List the accounts that reposted a given X post
GET
List the accounts that reposted (retweeted) a given X post. Results are
paginated — pass the returned
nextCursor to fetch the next page.
Only public reposts are returned. X does not expose reposts from protected
accounts, and quote posts are not included.
Query Parameters
The X post id.
tweetId is accepted as an alias.Number of users per page (1–50).
Pagination cursor from a previous response’s
nextCursor.Response
The reposting accounts. Each entry contains
id, name, screen_name,
description, profile_image_url, followers_count, verified,
is_blue_verified, and protected.Cursor for the next page. Omitted when there are no more results.