read_sequence_captions
Reads caption tracks from a sequence, returning each clip's start, end, and text. Indicates captionReadSupported:false due to API limits; use the source .srt file for actual cue data.
Instructions
Reads caption tracks of a sequence, returning each caption clip as { start, end, text } in seconds. IMPORTANT: Premiere Pro exposes no caption-read API in its scripting DOM, so in practice this returns trackCount:0 / captions:[] even when the sequence HAS a working caption track. The response field captionReadSupported:false (plus note) signals this — a 0 result does NOT mean the sequence has no captions. To read cue text/timing, parse the source .srt file directly instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequenceId | No | Optional sequence ID. Defaults to the active sequence. |