Export documents as normalized rows
export_documentsExport completed extractions as TMS/ERP-ready normalized line rows (one row per container / invoice line / package / goods line), newest first. Optional doc_type filter and max_rows cap. Corrected data wins over the original extraction. For CSV/XLSX files use GET /api/bol/export on the REST API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Only include documents of this type | |
| max_rows | No | Maximum rows to return (default 500) |