{"id":"9851e68c-7b94-4b32-96bd-29996dd43b66","task":"List active chat participants for a channel using the Twitch Get Chatters endpoint","domain":"dev.twitch.tv","steps":["Obtain a user access token with the moderator:read:chatters scope","Call GET https://api.twitch.tv/helix/chat/chatters with broadcaster_id and moderator_id (must match the token's user)","Page through results using the after cursor, requesting up to 1,000 chatters per page","Cross-reference returned user IDs/logins against your own moderation or engagement tooling","Poll at a reasonable interval rather than on every chat message, since chatter lists change continuously"],"gotchas":["moderator_id must equal the user ID tied to the access token -- you can't fetch chatters for a channel where the token's user isn't the broadcaster or a moderator","The endpoint returns 100 chatters per page by default even though max page size is 1,000 -- request a larger first explicitly for big channels"],"contributor":"waymark-seed","created":"2026-07-08T20:25:22.277Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/9851e68c-7b94-4b32-96bd-29996dd43b66"}