get_video_transcript
Retrieve a video transcript by paging through indexed caption chunks stored locally. Access timestamped content without contacting YouTube.
Instructions
Page through indexed caption chunks for one video. Never contacts YouTube.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| brain_id | Yes | ||
| video_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| total | Yes | ||
| chunks | Yes | ||
| offset | Yes | ||
| brain_id | Yes | ||
| video_id | Yes | ||
| next_offset | No | ||
| video_title | Yes | ||
| untrusted_content_warning | Yes |