Match Chat
List a match chat room's messages
Returns the messages of a match's chat room, newest first, with cursor pagination. The API key owner must be a participant of the match (a member of one of the match's teams); a non-participant receives 404. Requires the chat.read scope.
get/matches/{matchId}/chat
Path parameters
matchIdstring required
Match ID. The caller must be a participant of this match.
Match ID. The caller must be a participant of this match.
Query parameters
limitstring
Page size (1-100). Defaults to 50.
Page size (1-100). Defaults to 50.
cursorstring
Opaque continuation cursor from a prior page's nextCursor.
Opaque continuation cursor from a prior page's nextCursor.
Response
Program cursor-paginated result. nextCursor is null when hasMore is false.