Get Channel Videos
neptime_get_channel_videosRetrieve videos from a specific channel by providing its channel ID. Supports pagination with limit and offset parameters.
Instructions
Get videos from a specific channel.
Args:
channel_id: Channel ID (required)
limit: Max results 1-100 (default: 20)
offset: Pagination offset (default: 0)
Returns: Array of videos from the channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | Channel ID | |
| limit | No | Max results | |
| offset | No | Pagination offset |