List channel streams
listChannelStreams(id, query?, options?): ChannelStreamsPage
Lists the channel Live tab: current broadcasts and past streams. Uploads live on List channel videos. The two lists are different YouTube tabs and do not substitute for each other.
Page with the returned next_cursor.
Security
API Token
The preferred authorization scheme for the YouTube Transcript API. Create a key with transcripts:read in the developer dashboard.
Example: Authorization: Bearer YOUR_API_KEY
See Authentication for scopes and rate limits.
Accepted permissions (at least one required)
ParametersExpand Collapse
id:stringPath param:
Channel handle or canonical channel ID.
cursor?:stringQuery param:
Continuation cursor from the previous response.
ReturnsExpand Collapse
channel_id:stringCanonical channel ID.
videos:ChannelVideo[]Stream items for this page. Same video card shape as channel uploads.
has_more:booleanWhether another page is available.
next_cursor?:stringCursor for the next page.