list_items_with_next_token
Retrieve paginated YouTube data by handling large continuation tokens that exceed URL size limits, enabling access to extensive lists of videos, comments, channels, or search results.
Instructions
An endpoint to list items with any type of nextToken. This allows longer nextToken (\u003e4KB) by putting it in the request body instead of the URL/header, bypassing the usual size limit of the URL/header.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nextToken | Yes | A string for getting the next page of data. You can only get this string from the response of listing endpoints in this API, like Video > List Video Comments, Search > Search for Channels, and Misc > List Items with Next Token. | |
| lang | No | Language code (IETF language tag) for localized results. Defaults to en-US. Unsupported code will fallback to en-US. |