export_glossary
Export a glossary from your Lara Translate account as a CSV file. Choose between unidirectional format (with source language) or multidirectional format.
Instructions
Exports a glossary as CSV from your Lara Translate account. Supports unidirectional and multidirectional formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The glossary ID (format: gls_*, e.g., 'gls_xyz123') | |
| content_type | Yes | The export format. 'csv/table-uni' for unidirectional (requires source parameter), 'csv/table-multi' for multidirectional | |
| source | No | The source language code. Required when content_type is 'csv/table-uni' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The exported glossary content serialised as CSV |