bulk_export_archives_text
Export transcript texts from multiple archive entries to a directory as markdown, plain text, or JSON. Continues on per-id failures.
Instructions
Export the transcript text of multiple archive entries to a directory. One file per entry, named by the archive id. Format = "md" (default — with header), "txt" (plain transcript), or "json" (full entry metadata + text). targetDir is created recursively if missing. Per-id status returned; failures do not abort the batch. Pair with search_archives or archives_by_date_range to assemble the id list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Archive ids to export. | |
| format | No | Output format. Default "md". | |
| targetDir | Yes | Output directory. Created recursively if missing. |