Twitter / X CLI Setup Twitter / X can be configured headlessly with `kosmokrator integrations:configure x`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure x --enable --read allow --write ask --json
kosmokrator integrations:doctor x --json
kosmokrator integrations:status --json Runtime Requirements Install these host dependencies before calling Twitter / X locally.
Credentials
Authentication type: multi auth multi_auth. Configure credentials once, then use the same stored profile from
scripts, coding CLIs, Lua code mode, and the MCP gateway.
Call Twitter / X Headlessly Use the generic call form when another coding CLI or script needs a stable universal interface.
kosmo integrations:call x.x_get_account_activity_subscription_count '{}' --json Use the provider shortcut form for shorter human-facing commands.
kosmo integrations:x x_get_account_activity_subscription_count '{}' --json Agent Discovery Commands
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs x --json
kosmo integrations:docs x.x_get_account_activity_subscription_count --json
kosmo integrations:schema x.x_get_account_activity_subscription_count --json
kosmo integrations:search "Twitter / X" --json
kosmo integrations:list --json All CLI Functions
Every function below can be called headlessly. The generic form is stable across all integrations;
the provider shortcut is shorter but specific to Twitter / X.
x.x_get_account_activity_subscription_count Read read Get subscription count
none kosmo integrations:call x.x_get_account_activity_subscription_count '{}' --json copy kosmo integrations:x x_get_account_activity_subscription_count '{}' --json copy
x.x_validate_account_activity_subscription Read read Validate subscription
webhook_id kosmo integrations:call x.x_validate_account_activity_subscription '{"webhook_id":"example_webhook_id"}' --json copy kosmo integrations:x x_validate_account_activity_subscription '{"webhook_id":"example_webhook_id"}' --json copy
x.x_create_account_activity_subscription Write write Create subscription
webhook_id, body kosmo integrations:call x.x_create_account_activity_subscription '{"webhook_id":"example_webhook_id","body":"example_body"}' --json copy kosmo integrations:x x_create_account_activity_subscription '{"webhook_id":"example_webhook_id","body":"example_body"}' --json copy
x.x_get_account_activity_subscriptions Read read Get subscriptions
webhook_id kosmo integrations:call x.x_get_account_activity_subscriptions '{"webhook_id":"example_webhook_id"}' --json copy kosmo integrations:x x_get_account_activity_subscriptions '{"webhook_id":"example_webhook_id"}' --json copy
x.x_delete_account_activity_subscription Write write Delete subscription
webhook_id, user_id kosmo integrations:call x.x_delete_account_activity_subscription '{"webhook_id":"example_webhook_id","user_id":"example_user_id"}' --json copy kosmo integrations:x x_delete_account_activity_subscription '{"webhook_id":"example_webhook_id","user_id":"example_user_id"}' --json copy
x.x_activity_stream Read read Activity Stream
backfill_minutes, start_time, end_time kosmo integrations:call x.x_activity_stream '{"backfill_minutes":1,"start_time":"example_start_time","end_time":"example_end_time"}' --json copy kosmo integrations:x x_activity_stream '{"backfill_minutes":1,"start_time":"example_start_time","end_time":"example_end_time"}' --json copy
x.x_delete_activity_subscriptions_by_ids Write write Delete X activity subscriptions by IDs
ids kosmo integrations:call x.x_delete_activity_subscriptions_by_ids '{"ids":"example_ids"}' --json copy kosmo integrations:x x_delete_activity_subscriptions_by_ids '{"ids":"example_ids"}' --json copy
x.x_get_activity_subscriptions Read read Get X activity subscriptions
max_results, pagination_token kosmo integrations:call x.x_get_activity_subscriptions '{"max_results":1,"pagination_token":"example_pagination_token"}' --json copy kosmo integrations:x x_get_activity_subscriptions '{"max_results":1,"pagination_token":"example_pagination_token"}' --json copy
x.x_create_activity_subscription Write write Create X activity subscription
body kosmo integrations:call x.x_create_activity_subscription '{"body":"example_body"}' --json copy kosmo integrations:x x_create_activity_subscription '{"body":"example_body"}' --json copy
x.x_delete_activity_subscription Write write Deletes X activity subscription
subscription_id kosmo integrations:call x.x_delete_activity_subscription '{"subscription_id":"example_subscription_id"}' --json copy kosmo integrations:x x_delete_activity_subscription '{"subscription_id":"example_subscription_id"}' --json copy
x.x_update_activity_subscription Write write Update X activity subscription
subscription_id, body kosmo integrations:call x.x_update_activity_subscription '{"subscription_id":"example_subscription_id","body":"example_body"}' --json copy kosmo integrations:x x_update_activity_subscription '{"subscription_id":"example_subscription_id","body":"example_body"}' --json copy
x.x_get_chat_conversations Read read Get Chat Conversations
max_results, pagination_token, chat_conversation.fields, expansions, user.fields kosmo integrations:call x.x_get_chat_conversations '{"max_results":1,"pagination_token":"example_pagination_token","chat_conversation.fields":"example_chat_conversation.fields","expansions":"example_expansions","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_get_chat_conversations '{"max_results":1,"pagination_token":"example_pagination_token","chat_conversation.fields":"example_chat_conversation.fields","expansions":"example_expansions","user.fields":"example_user.fields"}' --json copy
x.x_create_chat_conversation Write write Create Chat Group Conversation
body kosmo integrations:call x.x_create_chat_conversation '{"body":"example_body"}' --json copy kosmo integrations:x x_create_chat_conversation '{"body":"example_body"}' --json copy
x.x_initialize_chat_group Write write Initialize Chat Group
none kosmo integrations:call x.x_initialize_chat_group '{}' --json copy kosmo integrations:x x_initialize_chat_group '{}' --json copy
x.x_get_chat_conversation Read read Get Chat Conversation
id, max_results, pagination_token, chat_message_event.fields kosmo integrations:call x.x_get_chat_conversation '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","chat_message_event.fields":"example_chat_message_event.fields"}' --json copy kosmo integrations:x x_get_chat_conversation '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","chat_message_event.fields":"example_chat_message_event.fields"}' --json copy
x.x_initialize_chat_conversation_keys Write write Initialize Conversation Keys
id, body kosmo integrations:call x.x_initialize_chat_conversation_keys '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_initialize_chat_conversation_keys '{"id":"example_id","body":"example_body"}' --json copy
x.x_add_chat_group_members Write write Add members to a Chat group conversation
id, body kosmo integrations:call x.x_add_chat_group_members '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_add_chat_group_members '{"id":"example_id","body":"example_body"}' --json copy
x.x_send_chat_message Write write Send Chat Message
id, body kosmo integrations:call x.x_send_chat_message '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_send_chat_message '{"id":"example_id","body":"example_body"}' --json copy
x.x_mark_chat_conversation_read Write write Mark Conversation as Read
id, body kosmo integrations:call x.x_mark_chat_conversation_read '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_mark_chat_conversation_read '{"id":"example_id","body":"example_body"}' --json copy
x.x_send_chat_typing_indicator Write write Send Typing Indicator
id kosmo integrations:call x.x_send_chat_typing_indicator '{"id":"example_id"}' --json copy kosmo integrations:x x_send_chat_typing_indicator '{"id":"example_id"}' --json copy
x.x_chat_media_upload_initialize Write write Initialize Chat Media Upload
body kosmo integrations:call x.x_chat_media_upload_initialize '{"body":"example_body"}' --json copy kosmo integrations:x x_chat_media_upload_initialize '{"body":"example_body"}' --json copy
x.x_chat_media_upload_append Write write Append Chat Media Upload
id, body kosmo integrations:call x.x_chat_media_upload_append '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_chat_media_upload_append '{"id":"example_id","body":"example_body"}' --json copy
x.x_chat_media_upload_finalize Write write Finalize Chat Media Upload
id, body kosmo integrations:call x.x_chat_media_upload_finalize '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_chat_media_upload_finalize '{"id":"example_id","body":"example_body"}' --json copy
x.x_chat_media_download Read read Download Chat Media
id, media_hash_key kosmo integrations:call x.x_chat_media_download '{"id":"example_id","media_hash_key":"example_media_hash_key"}' --json copy kosmo integrations:x x_chat_media_download '{"id":"example_id","media_hash_key":"example_media_hash_key"}' --json copy
x.x_search_communities Read read Search Communities
query, max_results, next_token, pagination_token, community.fields kosmo integrations:call x.x_search_communities '{"query":"example_query","max_results":1,"next_token":"example_next_token","pagination_token":"example_pagination_token","community.fields":"example_community.fields"}' --json copy kosmo integrations:x x_search_communities '{"query":"example_query","max_results":1,"next_token":"example_next_token","pagination_token":"example_pagination_token","community.fields":"example_community.fields"}' --json copy
x.x_get_communities_by_id Read read Get Community by ID
id, community.fields kosmo integrations:call x.x_get_communities_by_id '{"id":"example_id","community.fields":"example_community.fields"}' --json copy kosmo integrations:x x_get_communities_by_id '{"id":"example_id","community.fields":"example_community.fields"}' --json copy
x.x_get_compliance_jobs Read read Get Compliance Jobs
type, status, compliance_job.fields kosmo integrations:call x.x_get_compliance_jobs '{"type":"example_type","status":"example_status","compliance_job.fields":"example_compliance_job.fields"}' --json copy kosmo integrations:x x_get_compliance_jobs '{"type":"example_type","status":"example_status","compliance_job.fields":"example_compliance_job.fields"}' --json copy
x.x_create_compliance_jobs Write write Create Compliance Job
body kosmo integrations:call x.x_create_compliance_jobs '{"body":"example_body"}' --json copy kosmo integrations:x x_create_compliance_jobs '{"body":"example_body"}' --json copy
x.x_get_compliance_jobs_by_id Read read Get Compliance Job by ID
id, compliance_job.fields kosmo integrations:call x.x_get_compliance_jobs_by_id '{"id":"example_id","compliance_job.fields":"example_compliance_job.fields"}' --json copy kosmo integrations:x x_get_compliance_jobs_by_id '{"id":"example_id","compliance_job.fields":"example_compliance_job.fields"}' --json copy
x.x_delete_connections_by_uuids Write write Terminate multiple connections
body kosmo integrations:call x.x_delete_connections_by_uuids '{"body":"example_body"}' --json copy kosmo integrations:x x_delete_connections_by_uuids '{"body":"example_body"}' --json copy
x.x_get_connection_history Read read Get Connection History
status, endpoints, max_results, pagination_token, connection.fields kosmo integrations:call x.x_get_connection_history '{"status":"example_status","endpoints":"example_endpoints","max_results":1,"pagination_token":"example_pagination_token","connection.fields":"example_connection.fields"}' --json copy kosmo integrations:x x_get_connection_history '{"status":"example_status","endpoints":"example_endpoints","max_results":1,"pagination_token":"example_pagination_token","connection.fields":"example_connection.fields"}' --json copy
x.x_delete_all_connections Write write Terminate all connections
none kosmo integrations:call x.x_delete_all_connections '{}' --json copy kosmo integrations:x x_delete_all_connections '{}' --json copy
x.x_delete_connections_by_endpoint Write write Terminate connections by endpoint
endpoint_id kosmo integrations:call x.x_delete_connections_by_endpoint '{"endpoint_id":"example_endpoint_id"}' --json copy kosmo integrations:x x_delete_connections_by_endpoint '{"endpoint_id":"example_endpoint_id"}' --json copy
x.x_create_direct_messages_conversation Write write Create DM conversation
body kosmo integrations:call x.x_create_direct_messages_conversation '{"body":"example_body"}' --json copy kosmo integrations:x x_create_direct_messages_conversation '{"body":"example_body"}' --json copy
x.x_dm_conversations_media_download Read read Download DM Media
dm_id, media_id, resource_id kosmo integrations:call x.x_dm_conversations_media_download '{"dm_id":"example_dm_id","media_id":"example_media_id","resource_id":"example_resource_id"}' --json copy kosmo integrations:x x_dm_conversations_media_download '{"dm_id":"example_dm_id","media_id":"example_media_id","resource_id":"example_resource_id"}' --json copy
x.x_get_direct_messages_events_by_participant_id Read read Get DM events for a DM conversation
participant_id, max_results, pagination_token, event_types, dm_event.fields, expansions, media.fields, user.fields, tweet.fields kosmo integrations:call x.x_get_direct_messages_events_by_participant_id '{"participant_id":"example_participant_id","max_results":1,"pagination_token":"example_pagination_token","event_types":"example_event_types","dm_event.fields":"example_dm_event.fields","expansions":"example_expansions","media.fields":"example_media.fields","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_get_direct_messages_events_by_participant_id '{"participant_id":"example_participant_id","max_results":1,"pagination_token":"example_pagination_token","event_types":"example_event_types","dm_event.fields":"example_dm_event.fields","expansions":"example_expansions","media.fields":"example_media.fields","user.fields":"example_user.fields"}' --json copy
x.x_create_direct_messages_by_participant_id Write write Create DM message by participant ID
participant_id, body kosmo integrations:call x.x_create_direct_messages_by_participant_id '{"participant_id":"example_participant_id","body":"example_body"}' --json copy kosmo integrations:x x_create_direct_messages_by_participant_id '{"participant_id":"example_participant_id","body":"example_body"}' --json copy
x.x_create_direct_messages_by_conversation_id Write write Create DM message by conversation ID
dm_conversation_id, body kosmo integrations:call x.x_create_direct_messages_by_conversation_id '{"dm_conversation_id":"example_dm_conversation_id","body":"example_body"}' --json copy kosmo integrations:x x_create_direct_messages_by_conversation_id '{"dm_conversation_id":"example_dm_conversation_id","body":"example_body"}' --json copy
x.x_get_direct_messages_events_by_conversation_id Read read Get DM events for a DM conversation
id, max_results, pagination_token, event_types, dm_event.fields, expansions, media.fields, user.fields, tweet.fields kosmo integrations:call x.x_get_direct_messages_events_by_conversation_id '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","event_types":"example_event_types","dm_event.fields":"example_dm_event.fields","expansions":"example_expansions","media.fields":"example_media.fields","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_get_direct_messages_events_by_conversation_id '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","event_types":"example_event_types","dm_event.fields":"example_dm_event.fields","expansions":"example_expansions","media.fields":"example_media.fields","user.fields":"example_user.fields"}' --json copy
x.x_get_direct_messages_events Read read Get DM events
max_results, pagination_token, event_types, dm_event.fields, expansions, media.fields, user.fields, tweet.fields kosmo integrations:call x.x_get_direct_messages_events '{"max_results":1,"pagination_token":"example_pagination_token","event_types":"example_event_types","dm_event.fields":"example_dm_event.fields","expansions":"example_expansions","media.fields":"example_media.fields","user.fields":"example_user.fields","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_direct_messages_events '{"max_results":1,"pagination_token":"example_pagination_token","event_types":"example_event_types","dm_event.fields":"example_dm_event.fields","expansions":"example_expansions","media.fields":"example_media.fields","user.fields":"example_user.fields","tweet.fields":"example_tweet.fields"}' --json copy
x.x_delete_direct_messages_events Write write Delete DM event
event_id kosmo integrations:call x.x_delete_direct_messages_events '{"event_id":"example_event_id"}' --json copy kosmo integrations:x x_delete_direct_messages_events '{"event_id":"example_event_id"}' --json copy
x.x_get_direct_messages_events_by_id Read read Get DM event by ID
event_id, dm_event.fields, expansions, media.fields, user.fields, tweet.fields kosmo integrations:call x.x_get_direct_messages_events_by_id '{"event_id":"example_event_id","dm_event.fields":"example_dm_event.fields","expansions":"example_expansions","media.fields":"example_media.fields","user.fields":"example_user.fields","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_direct_messages_events_by_id '{"event_id":"example_event_id","dm_event.fields":"example_dm_event.fields","expansions":"example_expansions","media.fields":"example_media.fields","user.fields":"example_user.fields","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_insights28_hr Read read Get 28-hour Post insights
tweet_ids, granularity, requested_metrics, engagement.fields kosmo integrations:call x.x_get_insights28_hr '{"tweet_ids":"example_tweet_ids","granularity":"example_granularity","requested_metrics":"example_requested_metrics","engagement.fields":"example_engagement.fields"}' --json copy kosmo integrations:x x_get_insights28_hr '{"tweet_ids":"example_tweet_ids","granularity":"example_granularity","requested_metrics":"example_requested_metrics","engagement.fields":"example_engagement.fields"}' --json copy
x.x_get_insights_historical Read read Get historical Post insights
tweet_ids, end_time, start_time, granularity, requested_metrics, engagement.fields kosmo integrations:call x.x_get_insights_historical '{"tweet_ids":"example_tweet_ids","end_time":"example_end_time","start_time":"example_start_time","granularity":"example_granularity","requested_metrics":"example_requested_metrics","engagement.fields":"example_engagement.fields"}' --json copy kosmo integrations:x x_get_insights_historical '{"tweet_ids":"example_tweet_ids","end_time":"example_end_time","start_time":"example_start_time","granularity":"example_granularity","requested_metrics":"example_requested_metrics","engagement.fields":"example_engagement.fields"}' --json copy
x.x_stream_likes_compliance Read read Stream Likes compliance data
backfill_minutes, start_time, end_time kosmo integrations:call x.x_stream_likes_compliance '{"backfill_minutes":1,"start_time":"example_start_time","end_time":"example_end_time"}' --json copy kosmo integrations:x x_stream_likes_compliance '{"backfill_minutes":1,"start_time":"example_start_time","end_time":"example_end_time"}' --json copy
x.x_stream_likes_firehose Read read Stream all Likes
backfill_minutes, partition, start_time, end_time, like_with_tweet_author.fields, expansions, media.fields, user.fields, tweet.fields kosmo integrations:call x.x_stream_likes_firehose '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","like_with_tweet_author.fields":"example_like_with_tweet_author.fields","expansions":"example_expansions","media.fields":"example_media.fields","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_stream_likes_firehose '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","like_with_tweet_author.fields":"example_like_with_tweet_author.fields","expansions":"example_expansions","media.fields":"example_media.fields","user.fields":"example_user.fields"}' --json copy
x.x_stream_likes_sample10 Read read Stream sampled Likes
backfill_minutes, partition, start_time, end_time, like_with_tweet_author.fields, expansions, media.fields, user.fields, tweet.fields kosmo integrations:call x.x_stream_likes_sample10 '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","like_with_tweet_author.fields":"example_like_with_tweet_author.fields","expansions":"example_expansions","media.fields":"example_media.fields","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_stream_likes_sample10 '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","like_with_tweet_author.fields":"example_like_with_tweet_author.fields","expansions":"example_expansions","media.fields":"example_media.fields","user.fields":"example_user.fields"}' --json copy
x.x_create_lists Write write Create List
body kosmo integrations:call x.x_create_lists '{"body":"example_body"}' --json copy kosmo integrations:x x_create_lists '{"body":"example_body"}' --json copy
x.x_delete_lists Write write Delete List
id kosmo integrations:call x.x_delete_lists '{"id":"example_id"}' --json copy kosmo integrations:x x_delete_lists '{"id":"example_id"}' --json copy
x.x_get_lists_by_id Read read Get List by ID
id, list.fields, expansions, user.fields kosmo integrations:call x.x_get_lists_by_id '{"id":"example_id","list.fields":"example_list.fields","expansions":"example_expansions","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_get_lists_by_id '{"id":"example_id","list.fields":"example_list.fields","expansions":"example_expansions","user.fields":"example_user.fields"}' --json copy
x.x_update_lists Write write Update List
id, body kosmo integrations:call x.x_update_lists '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_update_lists '{"id":"example_id","body":"example_body"}' --json copy
x.x_get_lists_followers Read read Get List followers
id, max_results, pagination_token, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_lists_followers '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_lists_followers '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_lists_members Read read Get List members
id, max_results, pagination_token, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_lists_members '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_lists_members '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_add_lists_member Write write Add List member
id, body kosmo integrations:call x.x_add_lists_member '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_add_lists_member '{"id":"example_id","body":"example_body"}' --json copy
x.x_remove_lists_member_by_user_id Write write Remove List member
id, user_id kosmo integrations:call x.x_remove_lists_member_by_user_id '{"id":"example_id","user_id":"example_user_id"}' --json copy kosmo integrations:x x_remove_lists_member_by_user_id '{"id":"example_id","user_id":"example_user_id"}' --json copy
x.x_get_lists_posts Read read Get List Posts
id, max_results, pagination_token, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_get_lists_posts '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_get_lists_posts '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields"}' --json copy
x.x_get_media_by_media_keys Read read Get Media by media keys
media_keys, media.fields kosmo integrations:call x.x_get_media_by_media_keys '{"media_keys":"example_media_keys","media.fields":"example_media.fields"}' --json copy kosmo integrations:x x_get_media_by_media_keys '{"media_keys":"example_media_keys","media.fields":"example_media.fields"}' --json copy
x.x_get_media_analytics Read read Get Media analytics
media_keys, end_time, start_time, granularity, media_analytics.fields kosmo integrations:call x.x_get_media_analytics '{"media_keys":"example_media_keys","end_time":"example_end_time","start_time":"example_start_time","granularity":"example_granularity","media_analytics.fields":"example_media_analytics.fields"}' --json copy kosmo integrations:x x_get_media_analytics '{"media_keys":"example_media_keys","end_time":"example_end_time","start_time":"example_start_time","granularity":"example_granularity","media_analytics.fields":"example_media_analytics.fields"}' --json copy
x.x_create_media_metadata Write write Create Media metadata
body kosmo integrations:call x.x_create_media_metadata '{"body":"example_body"}' --json copy kosmo integrations:x x_create_media_metadata '{"body":"example_body"}' --json copy
x.x_delete_media_subtitles Write write Delete Media subtitles
body kosmo integrations:call x.x_delete_media_subtitles '{"body":"example_body"}' --json copy kosmo integrations:x x_delete_media_subtitles '{"body":"example_body"}' --json copy
x.x_create_media_subtitles Write write Create Media subtitles
body kosmo integrations:call x.x_create_media_subtitles '{"body":"example_body"}' --json copy kosmo integrations:x x_create_media_subtitles '{"body":"example_body"}' --json copy
x.x_get_media_upload_status Read read Get Media upload status
media_id, command kosmo integrations:call x.x_get_media_upload_status '{"media_id":"example_media_id","command":"example_command"}' --json copy kosmo integrations:x x_get_media_upload_status '{"media_id":"example_media_id","command":"example_command"}' --json copy
x.x_media_upload Write write Upload media
body kosmo integrations:call x.x_media_upload '{"body":"example_body"}' --json copy kosmo integrations:x x_media_upload '{"body":"example_body"}' --json copy
x.x_initialize_media_upload Write write Initialize media upload
body kosmo integrations:call x.x_initialize_media_upload '{"body":"example_body"}' --json copy kosmo integrations:x x_initialize_media_upload '{"body":"example_body"}' --json copy
x.x_append_media_upload Write write Append Media upload
id, body kosmo integrations:call x.x_append_media_upload '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_append_media_upload '{"id":"example_id","body":"example_body"}' --json copy
x.x_finalize_media_upload Write write Finalize Media upload
id kosmo integrations:call x.x_finalize_media_upload '{"id":"example_id"}' --json copy kosmo integrations:x x_finalize_media_upload '{"id":"example_id"}' --json copy
x.x_get_media_by_media_key Read read Get Media by media key
media_key, media.fields kosmo integrations:call x.x_get_media_by_media_key '{"media_key":"example_media_key","media.fields":"example_media.fields"}' --json copy kosmo integrations:x x_get_media_by_media_key '{"media_key":"example_media_key","media.fields":"example_media.fields"}' --json copy
x.x_search_news Read read Search News
query, max_results, max_age_hours, news.fields kosmo integrations:call x.x_search_news '{"query":"example_query","max_results":1,"max_age_hours":1,"news.fields":"example_news.fields"}' --json copy kosmo integrations:x x_search_news '{"query":"example_query","max_results":1,"max_age_hours":1,"news.fields":"example_news.fields"}' --json copy
x.x_get_news Read read Get news stories by ID
id, news.fields kosmo integrations:call x.x_get_news '{"id":"example_id","news.fields":"example_news.fields"}' --json copy kosmo integrations:x x_get_news '{"id":"example_id","news.fields":"example_news.fields"}' --json copy
x.x_search_eligible_posts Read read Search for Posts Eligible for Community Notes
test_mode, pagination_token, max_results, post_selection, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_search_eligible_posts '{"test_mode":true,"pagination_token":"example_pagination_token","max_results":1,"post_selection":"example_post_selection","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy kosmo integrations:x x_search_eligible_posts '{"test_mode":true,"pagination_token":"example_pagination_token","max_results":1,"post_selection":"example_post_selection","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy
x.x_get_open_api_spec Read read Get OpenAPI Spec.
none kosmo integrations:call x.x_get_open_api_spec '{}' --json copy kosmo integrations:x x_get_open_api_spec '{}' --json copy
x.x_get_spaces_by_ids Read read Get Spaces by IDs
ids, space.fields, expansions, user.fields, topic.fields kosmo integrations:call x.x_get_spaces_by_ids '{"ids":"example_ids","space.fields":"example_space.fields","expansions":"example_expansions","user.fields":"example_user.fields","topic.fields":"example_topic.fields"}' --json copy kosmo integrations:x x_get_spaces_by_ids '{"ids":"example_ids","space.fields":"example_space.fields","expansions":"example_expansions","user.fields":"example_user.fields","topic.fields":"example_topic.fields"}' --json copy
x.x_get_spaces_by_creator_ids Read read Get Spaces by creator IDs
user_ids, space.fields, expansions, user.fields, topic.fields kosmo integrations:call x.x_get_spaces_by_creator_ids '{"user_ids":"example_user_ids","space.fields":"example_space.fields","expansions":"example_expansions","user.fields":"example_user.fields","topic.fields":"example_topic.fields"}' --json copy kosmo integrations:x x_get_spaces_by_creator_ids '{"user_ids":"example_user_ids","space.fields":"example_space.fields","expansions":"example_expansions","user.fields":"example_user.fields","topic.fields":"example_topic.fields"}' --json copy
x.x_search_spaces Read read Search Spaces
query, state, max_results, space.fields, expansions, user.fields, topic.fields kosmo integrations:call x.x_search_spaces '{"query":"example_query","state":"example_state","max_results":1,"space.fields":"example_space.fields","expansions":"example_expansions","user.fields":"example_user.fields","topic.fields":"example_topic.fields"}' --json copy kosmo integrations:x x_search_spaces '{"query":"example_query","state":"example_state","max_results":1,"space.fields":"example_space.fields","expansions":"example_expansions","user.fields":"example_user.fields","topic.fields":"example_topic.fields"}' --json copy
x.x_get_spaces_by_id Read read Get space by ID
id, space.fields, expansions, user.fields, topic.fields kosmo integrations:call x.x_get_spaces_by_id '{"id":"example_id","space.fields":"example_space.fields","expansions":"example_expansions","user.fields":"example_user.fields","topic.fields":"example_topic.fields"}' --json copy kosmo integrations:x x_get_spaces_by_id '{"id":"example_id","space.fields":"example_space.fields","expansions":"example_expansions","user.fields":"example_user.fields","topic.fields":"example_topic.fields"}' --json copy
x.x_get_spaces_buyers Read read Get Space ticket buyers
id, pagination_token, max_results, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_spaces_buyers '{"id":"example_id","pagination_token":"example_pagination_token","max_results":1,"user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_spaces_buyers '{"id":"example_id","pagination_token":"example_pagination_token","max_results":1,"user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_spaces_posts Read read Get Space Posts
id, max_results, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_get_spaces_posts '{"id":"example_id","max_results":1,"tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields","place.fields":"example_place.fields"}' --json copy kosmo integrations:x x_get_spaces_posts '{"id":"example_id","max_results":1,"tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields","place.fields":"example_place.fields"}' --json copy
x.x_get_trends_by_woeid Read read Get Trends by WOEID
woeid, max_trends, trend.fields kosmo integrations:call x.x_get_trends_by_woeid '{"woeid":1,"max_trends":1,"trend.fields":"example_trend.fields"}' --json copy kosmo integrations:x x_get_trends_by_woeid '{"woeid":1,"max_trends":1,"trend.fields":"example_trend.fields"}' --json copy
x.x_get_posts_by_ids Read read Get Posts by IDs
ids, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_get_posts_by_ids '{"ids":"example_ids","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields","place.fields":"example_place.fields"}' --json copy kosmo integrations:x x_get_posts_by_ids '{"ids":"example_ids","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields","place.fields":"example_place.fields"}' --json copy
x.x_create_posts Write write Create or Edit Post
body kosmo integrations:call x.x_create_posts '{"body":"example_body"}' --json copy kosmo integrations:x x_create_posts '{"body":"example_body"}' --json copy
x.x_get_posts_analytics Read read Get Post analytics
ids, end_time, start_time, granularity, analytics.fields kosmo integrations:call x.x_get_posts_analytics '{"ids":"example_ids","end_time":"example_end_time","start_time":"example_start_time","granularity":"example_granularity","analytics.fields":"example_analytics.fields"}' --json copy kosmo integrations:x x_get_posts_analytics '{"ids":"example_ids","end_time":"example_end_time","start_time":"example_start_time","granularity":"example_granularity","analytics.fields":"example_analytics.fields"}' --json copy
x.x_stream_posts_compliance Read read Stream Posts compliance data
backfill_minutes, partition, start_time, end_time kosmo integrations:call x.x_stream_posts_compliance '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time"}' --json copy kosmo integrations:x x_stream_posts_compliance '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time"}' --json copy
x.x_get_posts_counts_all Read read Get count of all Posts
query, start_time, end_time, since_id, until_id, next_token, pagination_token, granularity, search_count.fields kosmo integrations:call x.x_get_posts_counts_all '{"query":"example_query","start_time":"example_start_time","end_time":"example_end_time","since_id":"example_since_id","until_id":"example_until_id","next_token":"example_next_token","pagination_token":"example_pagination_token","granularity":"example_granularity"}' --json copy kosmo integrations:x x_get_posts_counts_all '{"query":"example_query","start_time":"example_start_time","end_time":"example_end_time","since_id":"example_since_id","until_id":"example_until_id","next_token":"example_next_token","pagination_token":"example_pagination_token","granularity":"example_granularity"}' --json copy
x.x_get_posts_counts_recent Read read Get count of recent Posts
query, start_time, end_time, since_id, until_id, next_token, pagination_token, granularity, search_count.fields kosmo integrations:call x.x_get_posts_counts_recent '{"query":"example_query","start_time":"example_start_time","end_time":"example_end_time","since_id":"example_since_id","until_id":"example_until_id","next_token":"example_next_token","pagination_token":"example_pagination_token","granularity":"example_granularity"}' --json copy kosmo integrations:x x_get_posts_counts_recent '{"query":"example_query","start_time":"example_start_time","end_time":"example_end_time","since_id":"example_since_id","until_id":"example_until_id","next_token":"example_next_token","pagination_token":"example_pagination_token","granularity":"example_granularity"}' --json copy
x.x_stream_posts_firehose Read read Stream all Posts
backfill_minutes, partition, start_time, end_time, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_stream_posts_firehose '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy kosmo integrations:x x_stream_posts_firehose '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy
x.x_stream_posts_firehose_en Read read Stream English Posts
backfill_minutes, partition, start_time, end_time, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_stream_posts_firehose_en '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy kosmo integrations:x x_stream_posts_firehose_en '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy
x.x_stream_posts_firehose_ja Read read Stream Japanese Posts
backfill_minutes, partition, start_time, end_time, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_stream_posts_firehose_ja '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy kosmo integrations:x x_stream_posts_firehose_ja '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy
x.x_stream_posts_firehose_ko Read read Stream Korean Posts
backfill_minutes, partition, start_time, end_time, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_stream_posts_firehose_ko '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy kosmo integrations:x x_stream_posts_firehose_ko '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy
x.x_stream_posts_firehose_pt Read read Stream Portuguese Posts
backfill_minutes, partition, start_time, end_time, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_stream_posts_firehose_pt '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy kosmo integrations:x x_stream_posts_firehose_pt '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy
x.x_stream_labels_compliance Read read Stream Post labels
backfill_minutes, start_time, end_time kosmo integrations:call x.x_stream_labels_compliance '{"backfill_minutes":1,"start_time":"example_start_time","end_time":"example_end_time"}' --json copy kosmo integrations:x x_stream_labels_compliance '{"backfill_minutes":1,"start_time":"example_start_time","end_time":"example_end_time"}' --json copy
x.x_stream_posts_sample Read read Stream sampled Posts
backfill_minutes, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_stream_posts_sample '{"backfill_minutes":1,"tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields","place.fields":"example_place.fields"}' --json copy kosmo integrations:x x_stream_posts_sample '{"backfill_minutes":1,"tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields","place.fields":"example_place.fields"}' --json copy
x.x_stream_posts_sample10 Read read Stream 10% sampled Posts
backfill_minutes, partition, start_time, end_time, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_stream_posts_sample10 '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy kosmo integrations:x x_stream_posts_sample10 '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy
x.x_search_posts_all Read read Search all Posts
query, start_time, end_time, since_id, until_id, max_results, next_token, pagination_token, sort_order, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_search_posts_all '{"query":"example_query","start_time":"example_start_time","end_time":"example_end_time","since_id":"example_since_id","until_id":"example_until_id","max_results":1,"next_token":"example_next_token","pagination_token":"example_pagination_token"}' --json copy kosmo integrations:x x_search_posts_all '{"query":"example_query","start_time":"example_start_time","end_time":"example_end_time","since_id":"example_since_id","until_id":"example_until_id","max_results":1,"next_token":"example_next_token","pagination_token":"example_pagination_token"}' --json copy
x.x_search_posts_recent Read read Search recent Posts
query, start_time, end_time, since_id, until_id, max_results, next_token, pagination_token, sort_order, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_search_posts_recent '{"query":"example_query","start_time":"example_start_time","end_time":"example_end_time","since_id":"example_since_id","until_id":"example_until_id","max_results":1,"next_token":"example_next_token","pagination_token":"example_pagination_token"}' --json copy kosmo integrations:x x_search_posts_recent '{"query":"example_query","start_time":"example_start_time","end_time":"example_end_time","since_id":"example_since_id","until_id":"example_until_id","max_results":1,"next_token":"example_next_token","pagination_token":"example_pagination_token"}' --json copy
x.x_stream_posts Read read Stream filtered Posts
backfill_minutes, start_time, end_time, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_stream_posts '{"backfill_minutes":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_stream_posts '{"backfill_minutes":1,"start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields"}' --json copy
x.x_get_rules Read read Get stream rules
ids, max_results, pagination_token kosmo integrations:call x.x_get_rules '{"ids":"example_ids","max_results":1,"pagination_token":"example_pagination_token"}' --json copy kosmo integrations:x x_get_rules '{"ids":"example_ids","max_results":1,"pagination_token":"example_pagination_token"}' --json copy
x.x_update_rules Write write Update stream rules
dry_run, delete_all, body kosmo integrations:call x.x_update_rules '{"dry_run":true,"delete_all":true,"body":"example_body"}' --json copy kosmo integrations:x x_update_rules '{"dry_run":true,"delete_all":true,"body":"example_body"}' --json copy
x.x_get_rule_counts Read read Get stream rule counts
rules_count.fields kosmo integrations:call x.x_get_rule_counts '{"rules_count.fields":"example_rules_count.fields"}' --json copy kosmo integrations:x x_get_rule_counts '{"rules_count.fields":"example_rules_count.fields"}' --json copy
x.x_get_webhooks_stream_links Read read Get stream links
none kosmo integrations:call x.x_get_webhooks_stream_links '{}' --json copy kosmo integrations:x x_get_webhooks_stream_links '{}' --json copy
x.x_delete_webhooks_stream_link Write write Delete stream link
webhook_id kosmo integrations:call x.x_delete_webhooks_stream_link '{"webhook_id":"example_webhook_id"}' --json copy kosmo integrations:x x_delete_webhooks_stream_link '{"webhook_id":"example_webhook_id"}' --json copy
x.x_create_webhooks_stream_link Write write Create stream link
webhook_id, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_create_webhooks_stream_link '{"webhook_id":"example_webhook_id","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields","place.fields":"example_place.fields"}' --json copy kosmo integrations:x x_create_webhooks_stream_link '{"webhook_id":"example_webhook_id","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields","place.fields":"example_place.fields"}' --json copy
x.x_delete_posts Write write Delete Post
id kosmo integrations:call x.x_delete_posts '{"id":"example_id"}' --json copy kosmo integrations:x x_delete_posts '{"id":"example_id"}' --json copy
x.x_get_posts_by_id Read read Get Post by ID
id, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_get_posts_by_id '{"id":"example_id","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields","place.fields":"example_place.fields"}' --json copy kosmo integrations:x x_get_posts_by_id '{"id":"example_id","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields","place.fields":"example_place.fields"}' --json copy
x.x_get_posts_liking_users Read read Get Liking Users
id, max_results, pagination_token, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_posts_liking_users '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_posts_liking_users '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_posts_quoted_posts Read read Get Quoted Posts
id, max_results, pagination_token, exclude, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_get_posts_quoted_posts '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","exclude":"example_exclude","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy kosmo integrations:x x_get_posts_quoted_posts '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","exclude":"example_exclude","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields"}' --json copy
x.x_get_posts_reposted_by Read read Get Reposted by
id, max_results, pagination_token, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_posts_reposted_by '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_posts_reposted_by '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_posts_reposts Read read Get Reposts
id, max_results, pagination_token, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_get_posts_reposts '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_get_posts_reposts '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields"}' --json copy
x.x_hide_posts_reply Write write Hide reply
tweet_id, body kosmo integrations:call x.x_hide_posts_reply '{"tweet_id":"example_tweet_id","body":"example_body"}' --json copy kosmo integrations:x x_hide_posts_reply '{"tweet_id":"example_tweet_id","body":"example_body"}' --json copy
x.x_get_usage Read read Get usage
days, usage.fields kosmo integrations:call x.x_get_usage '{"days":1,"usage.fields":"example_usage.fields"}' --json copy kosmo integrations:x x_get_usage '{"days":1,"usage.fields":"example_usage.fields"}' --json copy
x.x_get_users_by_ids Read read Get Users by IDs
ids, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_users_by_ids '{"ids":"example_ids","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_users_by_ids '{"ids":"example_ids","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_users_by_usernames Read read Get Users by usernames
usernames, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_users_by_usernames '{"usernames":"example_usernames","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_users_by_usernames '{"usernames":"example_usernames","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_users_by_username Read read Get User by username
username, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_users_by_username '{"username":"example_username","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_users_by_username '{"username":"example_username","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_stream_users_compliance Read read Stream Users compliance data
backfill_minutes, partition, start_time, end_time kosmo integrations:call x.x_stream_users_compliance '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time"}' --json copy kosmo integrations:x x_stream_users_compliance '{"backfill_minutes":1,"partition":1,"start_time":"example_start_time","end_time":"example_end_time"}' --json copy
x.x_get_users_me Read read Get my User
user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_users_me '{"user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_users_me '{"user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_trends_personalized_trends Read read Get personalized Trends
personalized_trend.fields kosmo integrations:call x.x_get_trends_personalized_trends '{"personalized_trend.fields":"example_personalized_trend.fields"}' --json copy kosmo integrations:x x_get_trends_personalized_trends '{"personalized_trend.fields":"example_personalized_trend.fields"}' --json copy
x.x_get_users_public_keys Read read Get public keys for multiple users
ids, public_key.fields kosmo integrations:call x.x_get_users_public_keys '{"ids":"example_ids","public_key.fields":"example_public_key.fields"}' --json copy kosmo integrations:x x_get_users_public_keys '{"ids":"example_ids","public_key.fields":"example_public_key.fields"}' --json copy
x.x_get_users_reposts_of_me Read read Get Reposts of me
max_results, pagination_token, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_get_users_reposts_of_me '{"max_results":1,"pagination_token":"example_pagination_token","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields","place.fields":"example_place.fields"}' --json copy kosmo integrations:x x_get_users_reposts_of_me '{"max_results":1,"pagination_token":"example_pagination_token","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields","place.fields":"example_place.fields"}' --json copy
x.x_search_users Read read Search Users
query, max_results, next_token, user.fields, expansions, tweet.fields kosmo integrations:call x.x_search_users '{"query":"example_query","max_results":1,"next_token":"example_next_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_search_users '{"query":"example_query","max_results":1,"next_token":"example_next_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_users_by_id Read read Get User by ID
id, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_users_by_id '{"id":"example_id","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_users_by_id '{"id":"example_id","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_users_affiliates Read read Get affiliates
id, max_results, pagination_token, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_users_affiliates '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_users_affiliates '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_users_blocking Read read Get blocking
id, max_results, pagination_token, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_users_blocking '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_users_blocking '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_users_bookmarks Read read Get Bookmarks
id, max_results, pagination_token, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_get_users_bookmarks '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_get_users_bookmarks '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields"}' --json copy
x.x_create_users_bookmark Write write Create Bookmark
id, body kosmo integrations:call x.x_create_users_bookmark '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_create_users_bookmark '{"id":"example_id","body":"example_body"}' --json copy
x.x_get_users_bookmark_folders Read read Get Bookmark folders
id, max_results, pagination_token kosmo integrations:call x.x_get_users_bookmark_folders '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token"}' --json copy kosmo integrations:x x_get_users_bookmark_folders '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token"}' --json copy
x.x_get_users_bookmarks_by_folder_id Read read Get Bookmarks by folder ID
id, folder_id kosmo integrations:call x.x_get_users_bookmarks_by_folder_id '{"id":"example_id","folder_id":"example_folder_id"}' --json copy kosmo integrations:x x_get_users_bookmarks_by_folder_id '{"id":"example_id","folder_id":"example_folder_id"}' --json copy
x.x_delete_users_bookmark Write write Delete Bookmark
id, tweet_id kosmo integrations:call x.x_delete_users_bookmark '{"id":"example_id","tweet_id":"example_tweet_id"}' --json copy kosmo integrations:x x_delete_users_bookmark '{"id":"example_id","tweet_id":"example_tweet_id"}' --json copy
x.x_block_users_dms Write write Block DMs
id kosmo integrations:call x.x_block_users_dms '{"id":"example_id"}' --json copy kosmo integrations:x x_block_users_dms '{"id":"example_id"}' --json copy
x.x_unblock_users_dms Write write Unblock DMs
id kosmo integrations:call x.x_unblock_users_dms '{"id":"example_id"}' --json copy kosmo integrations:x x_unblock_users_dms '{"id":"example_id"}' --json copy
x.x_get_users_followed_lists Read read Get followed Lists
id, max_results, pagination_token, list.fields, expansions, user.fields kosmo integrations:call x.x_get_users_followed_lists '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","list.fields":"example_list.fields","expansions":"example_expansions","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_get_users_followed_lists '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","list.fields":"example_list.fields","expansions":"example_expansions","user.fields":"example_user.fields"}' --json copy
x.x_follow_list Write write Follow List
id, body kosmo integrations:call x.x_follow_list '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_follow_list '{"id":"example_id","body":"example_body"}' --json copy
x.x_unfollow_list Write write Unfollow List
id, list_id kosmo integrations:call x.x_unfollow_list '{"id":"example_id","list_id":"example_list_id"}' --json copy kosmo integrations:x x_unfollow_list '{"id":"example_id","list_id":"example_list_id"}' --json copy
x.x_get_users_followers Read read Get followers
id, max_results, pagination_token, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_users_followers '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_users_followers '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_users_following Read read Get following
id, max_results, pagination_token, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_users_following '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_users_following '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_follow_user Write write Follow User
id, body kosmo integrations:call x.x_follow_user '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_follow_user '{"id":"example_id","body":"example_body"}' --json copy
x.x_get_users_liked_posts Read read Get liked Posts
id, max_results, pagination_token, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_get_users_liked_posts '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_get_users_liked_posts '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","tweet.fields":"example_tweet.fields","expansions":"example_expansions","media.fields":"example_media.fields","poll.fields":"example_poll.fields","user.fields":"example_user.fields"}' --json copy
x.x_like_post Write write Like Post
id, body kosmo integrations:call x.x_like_post '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_like_post '{"id":"example_id","body":"example_body"}' --json copy
x.x_unlike_post Write write Unlike Post
id, tweet_id kosmo integrations:call x.x_unlike_post '{"id":"example_id","tweet_id":"example_tweet_id"}' --json copy kosmo integrations:x x_unlike_post '{"id":"example_id","tweet_id":"example_tweet_id"}' --json copy
x.x_get_users_list_memberships Read read Get List memberships
id, max_results, pagination_token, list.fields, expansions, user.fields kosmo integrations:call x.x_get_users_list_memberships '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","list.fields":"example_list.fields","expansions":"example_expansions","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_get_users_list_memberships '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","list.fields":"example_list.fields","expansions":"example_expansions","user.fields":"example_user.fields"}' --json copy
x.x_get_users_mentions Read read Get mentions
id, since_id, until_id, max_results, pagination_token, start_time, end_time, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_get_users_mentions '{"id":"example_id","since_id":"example_since_id","until_id":"example_until_id","max_results":1,"pagination_token":"example_pagination_token","start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_users_mentions '{"id":"example_id","since_id":"example_since_id","until_id":"example_until_id","max_results":1,"pagination_token":"example_pagination_token","start_time":"example_start_time","end_time":"example_end_time","tweet.fields":"example_tweet.fields"}' --json copy
x.x_get_users_muting Read read Get muting
id, max_results, pagination_token, user.fields, expansions, tweet.fields kosmo integrations:call x.x_get_users_muting '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy kosmo integrations:x x_get_users_muting '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","user.fields":"example_user.fields","expansions":"example_expansions","tweet.fields":"example_tweet.fields"}' --json copy
x.x_mute_user Write write Mute User
id, body kosmo integrations:call x.x_mute_user '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_mute_user '{"id":"example_id","body":"example_body"}' --json copy
x.x_get_users_owned_lists Read read Get owned Lists
id, max_results, pagination_token, list.fields, expansions, user.fields kosmo integrations:call x.x_get_users_owned_lists '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","list.fields":"example_list.fields","expansions":"example_expansions","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_get_users_owned_lists '{"id":"example_id","max_results":1,"pagination_token":"example_pagination_token","list.fields":"example_list.fields","expansions":"example_expansions","user.fields":"example_user.fields"}' --json copy
x.x_get_users_pinned_lists Read read Get pinned Lists
id, list.fields, expansions, user.fields kosmo integrations:call x.x_get_users_pinned_lists '{"id":"example_id","list.fields":"example_list.fields","expansions":"example_expansions","user.fields":"example_user.fields"}' --json copy kosmo integrations:x x_get_users_pinned_lists '{"id":"example_id","list.fields":"example_list.fields","expansions":"example_expansions","user.fields":"example_user.fields"}' --json copy
x.x_pin_list Write write Pin List
id, body kosmo integrations:call x.x_pin_list '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_pin_list '{"id":"example_id","body":"example_body"}' --json copy
x.x_unpin_list Write write Unpin List
id, list_id kosmo integrations:call x.x_unpin_list '{"id":"example_id","list_id":"example_list_id"}' --json copy kosmo integrations:x x_unpin_list '{"id":"example_id","list_id":"example_list_id"}' --json copy
x.x_get_users_public_key Read read Get user public keys
id, public_key.fields kosmo integrations:call x.x_get_users_public_key '{"id":"example_id","public_key.fields":"example_public_key.fields"}' --json copy kosmo integrations:x x_get_users_public_key '{"id":"example_id","public_key.fields":"example_public_key.fields"}' --json copy
x.x_add_user_public_key Write write Add public key
id, body kosmo integrations:call x.x_add_user_public_key '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_add_user_public_key '{"id":"example_id","body":"example_body"}' --json copy
x.x_repost_post Write write Repost Post
id, body kosmo integrations:call x.x_repost_post '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:x x_repost_post '{"id":"example_id","body":"example_body"}' --json copy
x.x_unrepost_post Write write Unrepost Post
id, source_tweet_id kosmo integrations:call x.x_unrepost_post '{"id":"example_id","source_tweet_id":"example_source_tweet_id"}' --json copy kosmo integrations:x x_unrepost_post '{"id":"example_id","source_tweet_id":"example_source_tweet_id"}' --json copy
x.x_get_users_timeline Read read Get Timeline
id, since_id, until_id, max_results, pagination_token, exclude, start_time, end_time, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_get_users_timeline '{"id":"example_id","since_id":"example_since_id","until_id":"example_until_id","max_results":1,"pagination_token":"example_pagination_token","exclude":"example_exclude","start_time":"example_start_time","end_time":"example_end_time"}' --json copy kosmo integrations:x x_get_users_timeline '{"id":"example_id","since_id":"example_since_id","until_id":"example_until_id","max_results":1,"pagination_token":"example_pagination_token","exclude":"example_exclude","start_time":"example_start_time","end_time":"example_end_time"}' --json copy
x.x_get_users_posts Read read Get Posts
id, since_id, until_id, max_results, pagination_token, exclude, start_time, end_time, tweet.fields, expansions, media.fields, poll.fields, user.fields, place.fields kosmo integrations:call x.x_get_users_posts '{"id":"example_id","since_id":"example_since_id","until_id":"example_until_id","max_results":1,"pagination_token":"example_pagination_token","exclude":"example_exclude","start_time":"example_start_time","end_time":"example_end_time"}' --json copy kosmo integrations:x x_get_users_posts '{"id":"example_id","since_id":"example_since_id","until_id":"example_until_id","max_results":1,"pagination_token":"example_pagination_token","exclude":"example_exclude","start_time":"example_start_time","end_time":"example_end_time"}' --json copy
x.x_unfollow_user Write write Unfollow User
source_user_id, target_user_id kosmo integrations:call x.x_unfollow_user '{"source_user_id":"example_source_user_id","target_user_id":"example_target_user_id"}' --json copy kosmo integrations:x x_unfollow_user '{"source_user_id":"example_source_user_id","target_user_id":"example_target_user_id"}' --json copy
x.x_unmute_user Write write Unmute User
source_user_id, target_user_id kosmo integrations:call x.x_unmute_user '{"source_user_id":"example_source_user_id","target_user_id":"example_target_user_id"}' --json copy kosmo integrations:x x_unmute_user '{"source_user_id":"example_source_user_id","target_user_id":"example_target_user_id"}' --json copy
x.x_get_webhooks Read read Get webhook
webhook_config.fields kosmo integrations:call x.x_get_webhooks '{"webhook_config.fields":"example_webhook_config.fields"}' --json copy kosmo integrations:x x_get_webhooks '{"webhook_config.fields":"example_webhook_config.fields"}' --json copy
x.x_create_webhooks Write write Create webhook
body kosmo integrations:call x.x_create_webhooks '{"body":"example_body"}' --json copy kosmo integrations:x x_create_webhooks '{"body":"example_body"}' --json copy
x.x_create_webhook_replay_job Write write Create replay job for webhook
body kosmo integrations:call x.x_create_webhook_replay_job '{"body":"example_body"}' --json copy kosmo integrations:x x_create_webhook_replay_job '{"body":"example_body"}' --json copy
x.x_delete_webhooks Write write Delete webhook
webhook_id kosmo integrations:call x.x_delete_webhooks '{"webhook_id":"example_webhook_id"}' --json copy kosmo integrations:x x_delete_webhooks '{"webhook_id":"example_webhook_id"}' --json copy
x.x_validate_webhooks Write write Validate webhook
webhook_id kosmo integrations:call x.x_validate_webhooks '{"webhook_id":"example_webhook_id"}' --json copy kosmo integrations:x x_validate_webhooks '{"webhook_id":"example_webhook_id"}' --json copy Function Schemas Use these parameter tables when building CLI payloads without calling integrations:schema first.
Operation Read read
Schema command kosmo integrations:schema x.x_get_account_activity_subscription_count --json
Operation Read read
Schema command kosmo integrations:schema x.x_validate_account_activity_subscription --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_account_activity_subscription --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_account_activity_subscriptions --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_account_activity_subscription --json
Operation Read read
Schema command kosmo integrations:schema x.x_activity_stream --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_activity_subscriptions_by_ids --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_activity_subscriptions --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_activity_subscription --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_activity_subscription --json
Operation Write write
Schema command kosmo integrations:schema x.x_update_activity_subscription --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_chat_conversations --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_chat_conversation --json
Operation Write write
Schema command kosmo integrations:schema x.x_initialize_chat_group --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_chat_conversation --json
Operation Write write
Schema command kosmo integrations:schema x.x_initialize_chat_conversation_keys --json
Operation Write write
Schema command kosmo integrations:schema x.x_add_chat_group_members --json
Operation Write write
Schema command kosmo integrations:schema x.x_send_chat_message --json
Operation Write write
Schema command kosmo integrations:schema x.x_mark_chat_conversation_read --json
Operation Write write
Schema command kosmo integrations:schema x.x_send_chat_typing_indicator --json
Operation Write write
Schema command kosmo integrations:schema x.x_chat_media_upload_initialize --json
Operation Write write
Schema command kosmo integrations:schema x.x_chat_media_upload_append --json
Operation Write write
Schema command kosmo integrations:schema x.x_chat_media_upload_finalize --json
Operation Read read
Schema command kosmo integrations:schema x.x_chat_media_download --json
Operation Read read
Schema command kosmo integrations:schema x.x_search_communities --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_communities_by_id --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_compliance_jobs --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_compliance_jobs --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_compliance_jobs_by_id --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_connections_by_uuids --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_connection_history --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_all_connections --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_connections_by_endpoint --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_direct_messages_conversation --json
Operation Read read
Schema command kosmo integrations:schema x.x_dm_conversations_media_download --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_direct_messages_events_by_participant_id --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_direct_messages_by_participant_id --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_direct_messages_by_conversation_id --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_direct_messages_events_by_conversation_id --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_direct_messages_events --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_direct_messages_events --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_direct_messages_events_by_id --json
Operation Write write
Schema command kosmo integrations:schema x.x_evaluate_community_notes --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_insights28_hr --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_insights_historical --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_likes_compliance --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_likes_firehose --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_likes_sample10 --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_lists --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_lists --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_lists_by_id --json
Operation Write write
Schema command kosmo integrations:schema x.x_update_lists --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_lists_followers --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_lists_members --json
Operation Write write
Schema command kosmo integrations:schema x.x_add_lists_member --json
Operation Write write
Schema command kosmo integrations:schema x.x_remove_lists_member_by_user_id --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_lists_posts --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_media_by_media_keys --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_media_analytics --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_media_metadata --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_media_subtitles --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_media_subtitles --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_media_upload_status --json
Operation Write write
Schema command kosmo integrations:schema x.x_media_upload --json
Operation Write write
Schema command kosmo integrations:schema x.x_initialize_media_upload --json
Operation Write write
Schema command kosmo integrations:schema x.x_append_media_upload --json
Operation Write write
Schema command kosmo integrations:schema x.x_finalize_media_upload --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_media_by_media_key --json
Operation Read read
Schema command kosmo integrations:schema x.x_search_news --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_news --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_community_notes --json
Operation Read read
Schema command kosmo integrations:schema x.x_search_community_notes_written --json
Operation Read read
Schema command kosmo integrations:schema x.x_search_eligible_posts --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_community_notes --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_open_api_spec --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_spaces_by_ids --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_spaces_by_creator_ids --json
Operation Read read
Schema command kosmo integrations:schema x.x_search_spaces --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_spaces_by_id --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_spaces_buyers --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_spaces_posts --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_trends_by_woeid --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_posts_by_ids --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_posts --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_posts_analytics --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_posts_compliance --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_posts_counts_all --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_posts_counts_recent --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_posts_firehose --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_posts_firehose_en --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_posts_firehose_ja --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_posts_firehose_ko --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_posts_firehose_pt --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_labels_compliance --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_posts_sample --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_posts_sample10 --json
Operation Read read
Schema command kosmo integrations:schema x.x_search_posts_all --json
Operation Read read
Schema command kosmo integrations:schema x.x_search_posts_recent --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_posts --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_rules --json
Operation Write write
Schema command kosmo integrations:schema x.x_update_rules --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_rule_counts --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_webhooks_stream_links --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_webhooks_stream_link --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_webhooks_stream_link --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_posts --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_posts_by_id --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_posts_liking_users --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_posts_quoted_posts --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_posts_reposted_by --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_posts_reposts --json
Operation Write write
Schema command kosmo integrations:schema x.x_hide_posts_reply --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_usage --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_by_ids --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_by_usernames --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_by_username --json
Operation Read read
Schema command kosmo integrations:schema x.x_stream_users_compliance --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_me --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_trends_personalized_trends --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_public_keys --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_reposts_of_me --json
Operation Read read
Schema command kosmo integrations:schema x.x_search_users --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_by_id --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_affiliates --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_blocking --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_bookmarks --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_users_bookmark --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_bookmark_folders --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_bookmarks_by_folder_id --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_users_bookmark --json
Operation Write write
Schema command kosmo integrations:schema x.x_block_users_dms --json
Operation Write write
Schema command kosmo integrations:schema x.x_unblock_users_dms --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_followed_lists --json
Operation Write write
Schema command kosmo integrations:schema x.x_follow_list --json
Operation Write write
Schema command kosmo integrations:schema x.x_unfollow_list --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_followers --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_following --json
Operation Write write
Schema command kosmo integrations:schema x.x_follow_user --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_liked_posts --json
Operation Write write
Schema command kosmo integrations:schema x.x_like_post --json
Operation Write write
Schema command kosmo integrations:schema x.x_unlike_post --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_list_memberships --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_mentions --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_muting --json
Operation Write write
Schema command kosmo integrations:schema x.x_mute_user --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_owned_lists --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_pinned_lists --json
Operation Write write
Schema command kosmo integrations:schema x.x_pin_list --json
Operation Write write
Schema command kosmo integrations:schema x.x_unpin_list --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_public_key --json
Operation Write write
Schema command kosmo integrations:schema x.x_add_user_public_key --json
Operation Write write
Schema command kosmo integrations:schema x.x_repost_post --json
Operation Write write
Schema command kosmo integrations:schema x.x_unrepost_post --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_timeline --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_users_posts --json
Operation Write write
Schema command kosmo integrations:schema x.x_unfollow_user --json
Operation Write write
Schema command kosmo integrations:schema x.x_unmute_user --json
Operation Read read
Schema command kosmo integrations:schema x.x_get_webhooks --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_webhooks --json
Operation Write write
Schema command kosmo integrations:schema x.x_create_webhook_replay_job --json
Operation Write write
Schema command kosmo integrations:schema x.x_delete_webhooks --json
Operation Write write
Schema command kosmo integrations:schema x.x_validate_webhooks --json Permissions
Headless calls still follow the integration read/write permission policy. Configure read/write defaults
with integrations:configure. Add --force only for trusted automation that should bypass that policy.