Get User Tweet Timeline
User Endpoints
Get User Tweet Timeline
Retrieve a user’s tweet timeline sorted by recency, with pagination support.
GET
Get User Tweet Timeline
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
User ID of the user whose timeline to retrieve.
Whether to include replies in the results. Defaults to false.
Whether to include the parent tweet when a tweet is a reply. Defaults to false.
Cursor for paginating through results. Leave empty for the first page.