get_timeline_item_properties
Retrieve all properties of a timeline item by specifying track type, track index, and item index.
Instructions
Get all properties of a specific timeline item.
Parameters:
track_type: "video", "audio", or "subtitle" (default: "video")
track_index: 1-based track index (default: 1)
item_index: 0-based index of the item in the track (default: 0)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | No | video | |
| track_index | No | ||
| item_index | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |