list_user_subscriptions
Retrieves the authenticated user's YouTube channel subscriptions with configurable response parts and pagination.
Instructions
Retrieves the authenticated user's YouTube channel subscriptions, allowing specification of response parts and pagination.
Args: max_results: Maximum number of subscription items to return per page (0-50). Default: 5. page_token: Token for a specific page of results, obtained from a previous response. part: Comma-separated subscription resource parts to include. Valid parts are 'id', 'snippet', 'contentDetails', and 'subscriberSnippet'. Default: 'snippet,contentDetails'.
Returns: Object with 'data' (subscription 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 | |||