{ "operationId": "youtube.liveChatMessages.list", "method": "GET", "path": "/liveChatMessages", "summary": "Youtube List Live Chat Messages", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "YoutubeLivechatmessagesList200Example", "example": { "kind": "youtube#video", "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k", "nextPageToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9", "pollingIntervalMillis": 10, "offlineAt": "2026-01-15T10:30:00Z", "pageInfo": { "totalResults": 42, "resultsPerPage": 10 }, "items": [ { "kind": "youtube#video", "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k", "id": "abc123def456", "snippet": { "liveChatId": "500123", "type": "chatEndedEvent", "displayMessage": "example_value", "authorChannelId": "500123", "publishedAt": "2026-01-15T10:30:00Z", "hasDisplayContent": true, "textMessageDetails": {} }, "authorDetails": { "channelId": "500123", "channelUrl": "https://www.example.com", "displayName": "example_value", "profileImageUrl": "https://www.example.com", "isVerified": true, "isChatOwner": true, "isChatSponsor": true, "isChatModerator": true } } ] } } ] }