export_relationships_to_csv
Export all active model relationships to a CSV file, including base columns and custom properties.
Instructions
Export all active model relationships as a CSV string.
The CSV includes base columns `id`, `name`, `type`, `source_id`,
`target_id`. Custom properties are emitted as `Property:<name>`
columns.
Returns:
Success envelope with `data.csv_data` containing the CSV string.
Errors:
`ModelNotFoundError` if no model is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||