get_takes
Lists every take for a media item on a specified track, returning each take's index, name, and active status along with the total take count.
Instructions
List all takes of a media item.
Returns: Object with 'takes' array (each entry: index, name, is_active) and 'ret' = take count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_index | Yes | ||
| track_index | Yes |