Skip to main content
GET
Get broadcast chat history

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required
Pattern: ^[a-zA-Z0-9]{1,13}$

Query Parameters

max_results
integer<int32>
default:100
Required range: 1 <= x <= 200
pagination_token
string

A 64-bit signed integer.

broadcast_chat_message.fields
enum<string>[]

A comma separated list of BroadcastChatMessage fields to display. The fields available for a BroadcastChatMessage object.

Minimum array length: 1
Available options:
author_id,
author_name,
author_username,
broadcast_id,
created_at_ms,
id,
reply_to,
text

Response

The request has succeeded.

data
object[]
errors
object[]
meta
object