track_get_info
Retrieve detailed track information including title, type, sample rate, mute/solo status, and the full clip list (or labels) by providing the track id from project_get_info.
Instructions
Get detailed info about one track: title, type, rate, mute/solo, and its full clip list (start/end/title per clip), or label list for a label track.
Args: track_id: The track's id, from project_get_info's track list. NOT the same as track_set_properties'/track_resample's 0-based "track" index - use the "id" field from project_get_info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_id | Yes |