List voice blocks
list_voice_blocksList the project's voice blocks (per-speaker narration chunks) with
their audio status and assigned voices. A block's scene_direction is the
script's [SCENE: ...] direction governing it (never spoken; null when
the span carries none). Word-level subtitle timings are stripped unless
include_subtitle_data=True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID, as returned by create_project or list_projects | |
| include_subtitle_data | No | Include each block's word-level subtitle timings — bulky and rarely needed; omitted by default (subtitle_data reports "omitted" when present but stripped) |