Read and Search X
invoke_x_live_readVerified X read/search gateway for posts, recent search, Pay Per Use/Enterprise full-archive search, mentions, users, followers/following, and DM events. Re-verifies workspace/account/token binding on every call and refreshes tokens when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query for search_posts, search_posts_all, or search_users (max 512 chars). | |
| action | Yes | Which verified X read operation to run. | |
| post_id | No | X post id for get_post. | |
| user_id | No | X user id for get_user. | |
| end_time | No | ISO 8601 upper time bound for search actions. | |
| username | No | X handle without @, alternative to user_id for get_user. | |
| start_time | No | ISO 8601 lower time bound for search actions. | |
| max_results | No | Page size; provider defaults apply when omitted. (minimum: 1; maximum: 100) | |
| participant_id | No | X user id of the DM counterpart for list_dm_events. | |
| conversation_id | No | X DM conversation id for list_dm_events. | |
| pagination_token | No | Provider page cursor; use next_token from the previous response. | |
| social_account_id | Yes | Connected X account to read as, from list_connected_accounts. |