list_sequence_tracks
Retrieve detailed properties of all video and audio tracks, including associated clips, for a specified sequence in Adobe Premiere Pro.
Instructions
Lists all video and audio tracks in a specific sequence with their properties and clips.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sequenceId | Yes | The ID of the sequence to list tracks for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"sequenceId": {
"description": "The ID of the sequence to list tracks for",
"type": "string"
}
},
"required": [
"sequenceId"
],
"type": "object"
}