Get List Tweet Timeline
List Endpoints
Get List Tweet Timeline
Get timeline tweets from a Twitter list, paginated with up to 20 tweets per page.
GET
Get List Tweet Timeline
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The list ID to get tweets from. e.g. 1846987139428634858
Cursor for paginating through results. Leave empty for the first page.
Response
200 - application/json
List tweet timeline response
Array of tweets from the list
Indicates if there are more results available
Cursor for fetching the next page of results
Status of the request
Available options:
success, error Example:
"success"
Message of the request, error message if status is error