timeline_get_items_in_track
List timeline items on a specific video, audio, or subtitle track with pagination support using offset and limit.
Instructions
List timeline items on a specific track with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (default 50). | |
| offset | No | Number of items to skip from the start (default 0). | |
| track_type | Yes | One of "video", "audio", or "subtitle". | |
| track_index | Yes | 1-based index of the track. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||