YTAPI.devDocs
Last updated Sep 13, 2026
||MarkdownView as Markdown|Agent setup

List channel streams

listChannelStreams(id, query?, options?): ChannelStreamsPage

GET/v1/channels/{id}/streams1 Credit

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.

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.

transcripts:read
ParametersExpand Collapse
id:string

Path param:

Channel handle or canonical channel ID.

cursor?:string

Query param:

Continuation cursor from the previous response.

ReturnsExpand Collapse
channel_id:string

Canonical channel ID.

videos:ChannelVideo[]

Stream items for this page. Same video card shape as channel uploads.

has_more:boolean

Whether another page is available.

next_cursor?:string

Cursor for the next page.