Data API
Get List Tweets
Retrieves tweets from a specific Twitter List by its ID.
get/twitter/list/{list_id}/tweets
Path parameters
list_idstring required
The numeric ID of the desired list. When using languages where the list_id value exceeds the default Integer type limit (e.g., JavaScript), you should store list_id as a String. Use the id_str property returned by the API for these values.
Query parameters
cursorstring
Cursor value obtained from next_cursor response property. Use this parameter to retrieve additional pages. Omit this parameter to retrieve the first page.
Response
Request succeeded