Skip to main content
GET
Get List Members
List the accounts included in an X List, 20 per page, cursor-paginated. Use this to extract a ready-made, human-curated cohort — someone else has already done the filtering. Returns full user objects under members. To read what those accounts are posting as one feed, use get_twitter_list_tweets_timeline. For the List’s subscribers use get_twitter_list_followers.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

list_id
string
required

ID of the list

cursor
string

Cursor of the page

Response

200 - application/json

List members response

members
object[]
has_next_page
boolean

Indicates if there are more results available

next_cursor
string

Cursor for fetching the next page of results

status
enum<string>

Status of the request

Available options:
success,
error
msg
string

Message of the request, error message if status is error