list_user_playlists
Retrieve playlists owned by the authenticated YouTube user. Supports pagination and selectable resource properties for tailored responses.
Instructions
Retrieves playlists owned by the authenticated user, implicitly using mine=true.
Args: max_results: Maximum number of playlists to return (0-50). Default: 5. page_token: Token for pagination to retrieve a specific page of results. part: Comma-separated list of playlist resource properties to include. Common values are 'snippet', 'id', and 'contentDetails'. Default: 'snippet,contentDetails'.
Returns: Object with 'data' (playlist list), 'error' (if any), and 'successful' boolean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | No | ||
| page_token | No | ||
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||