read_sequence_captions
Retrieve caption clips from a Premiere Pro sequence as start, end, and text. Note: Premiere's scripting DOM lacks caption-read support, so this returns empty results; parse 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. |