Skip to main content
GET
Ruby

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

The broadcast ID.

Query Parameters

limit
integer<int32>

Results per page. Min 1, max 500.

Required range: 1 <= x <= 500
offset
integer<int32>

Pagination offset.

Required range: x >= 0

Response

OK

totalCount
integer<int32>
required
results
string[]
required