Get List Members
x_get_list_membersRetrieves members of a specific X list using its ID. Supports configurable limits up to 100 and returns data in markdown or JSON.
Instructions
Get members of a specific list by its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (1-100) | |
| list_id | Yes | The ID of the list | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |