Get All Tweets and Replies by User by Page
All Tweets Replies Endpoints
Get All Tweets and Replies by User by Page
Retrieve a paginated list of a user’s tweets and replies using cursor-based pagination. Each page returns up to 20 items. Pass next_cursor from the previous response to continue. Pricing: $0.14 per 1,000 items.
POST
Get All Tweets and Replies by User by Page
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Current page data (up to 20 items) and pagination metadata (has_next_page, next_cursor).
Current page items (tweets and replies).
Whether another page is available.
HTTP status code
Response message
Use this cursor to fetch the next page when has_next_page is true.
Example:
"1234567890"