Tool to list live chat messages for a specific chat. Use for monitoring live chat during broadcasts or retrieving chat history. Returns messages with author details, timestamps, and message types (text, Super Chat, moderation events).
hlstringLanguage code for localized currency display in Super Chat events. Uses BCP 47 format (e.g., 'en', 'es', 'ja').
partstringComma-separated list of liveChatMessage resource parts that the API response will include. Valid parts: 'id' (message ID), 'snippet' (message content, type, timestamp), 'authorDetails' (author channel info, badges, profile image).
pageTokenstringToken that identifies a specific page in the result set. Use nextPageToken from previous response for pagination. Required for retrieving subsequent messages in an active chat.
liveChatIdRequiredstringThe ID of the chat whose messages will be returned. Must be obtained from a liveBroadcast resource's snippet.liveChatId property.
maxResultsintegerMaximum number of messages to return. Valid values: 200-2000. Default: 500. Use lower values for more frequent polling.
profileImageSizeintegerSize of user profile pictures in pixels. Valid values: 16-720. Default: 88. Higher values provide better image quality.
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.