Scheduled Broadcasts
List Scheduled Broadcasts
GET /2/broadcasts/scheduled returns scheduled broadcasts owned by the authenticated user, with time-window filtering and pagination.
GET
List scheduled broadcasts
Returns scheduled broadcasts owned by the authenticated user.
Query parameter behavior
max_resultsaccepts values from 1 through 100 and defaults to 20.oldest_start_timeandnewest_start_timefilter by scheduled start time, as Unix timestamps in milliseconds (inclusive at both ends).pagination_tokenis themeta.next_tokenfrom the previous response.
meta.result_count: 0 and omits data.
Continue requesting pages until a response contains no data. A
next_token can be returned for any non-empty page and does not guarantee that another non-empty page exists.Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Required range:
1 <= x <= 100