List the caller's YouTube videos
GET/api/v1/youtube/videos
Lists videos from the caller's own connected YouTube channel. Without search, returns one page plus a nextPageToken; with search, scans the whole channel by title. Returns connected:false as data (not an error) when no channel is connected. Exposes only public video metadata — never tokens. Account-scoped (no chatbot). Required scope: videos:read.
Request
Responses
- 200
- 401
- 403
- 429
A page of the caller's channel videos (or connected:false when not connected).
Unauthorized, or the YouTube connection needs to be re-established (reconnect required).
Forbidden — key lacks required scope
Rate limit or YouTube API quota exceeded.