Get Quote Tweets by Page
Retrieve quote tweets using cursor-based pagination. Each page returns up to 20 tweets. Use Latest for chronological order or Top for ranked results. Pass next_cursor from the previous response to continue.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The ID of the tweet to get quote tweets for.
Sort order for quote tweets. Latest for chronological order or Top for ranked results.
Top, Latest Cursor returned by the previous page. Leave empty to fetch the first page.
"scroll:thGQYTMwMjU5NDA4ODc4ODc6MjU5NDA4ODc4ODc6"
Response
Current page data (up to 20 quote tweets) and pagination metadata (has_next_page, next_cursor).
The status code of the response.
The message of the response.
A list of quote tweet objects for the current page.
Whether another page is available.
Use this cursor to fetch the next page when has_next_page is true.
"scroll:thGQYTMwMjU5NDA4ODc4ODc6MjU5NDA4ODc4ODc6"