Skip to main content
Endpoint: GET /2/users/:user_id/broadcasts
This route is deprecated. Use GET /2/broadcasts instead, which omits the user ID from the path, supports OAuth 2.0 user context, and adds bulk lookup by ids. Ownership is still enforced through the authenticated user context.
Supports cursor pagination.

Query parameters

Response (example)

Returns up to 100 broadcasts per page (the page size is fixed and not client-configurable). Use the offset string from nextToken as the next pagination_token to fetch the following page.