Retrieves the authenticated user's own block list. IMPORTANT: You can only retrieve YOUR OWN block list - the `id` parameter must be the authenticated user's ID. Use the 'Get authenticated user' action first to obtain your user ID.
idRequiredstringThe authenticated user's own Twitter user ID. IMPORTANT: This endpoint only allows you to retrieve YOUR OWN block list - you cannot query another user's blocked accounts. The ID provided MUST match the currently authenticated user's ID. Use the 'Get authenticated user' (user_loo…
expansionsarrayRelated objects to expand and include, like `pinned_tweet_id` for full Tweet objects. Sent as a comma-separated string to the API.
max_resultsintegerMaximum number of blocked users per page (1-100). API defaults to 100 if unspecified.
user_fieldsarrayUser fields to include for each blocked user. Sent as a comma-separated string to the API (e.g., 'created_at,description').
tweet_fieldsarrayFields to include for expanded Tweet objects (e.g., via `expansions=pinned_tweet_id`). Sent as a comma-separated string to the API.
pagination_tokenstringToken for fetching the next page of results, obtained from `meta.next_token` of a previous response.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.