export_collection
Export all documents in a collection to a downloadable file. Preserve document hierarchy and content in outline-markdown, JSON, or HTML format.
Instructions
Exports all documents in a collection to a downloadable file.
IMPORTANT: This tool starts an asynchronous export operation which may take time to complete. The function returns information about the operation, including its status. When the operation is complete, the file can be downloaded or accessed via Outline's UI. The export preserves the document hierarchy and includes all document content and structure in the specified format.
Use this tool when you need to:
Create a backup of collection content
Share collection content outside of Outline
Convert collection content to other formats
Archive collection content for offline use
Args: collection_id: The collection ID to export format: Export format ("outline-markdown", "json", or "html")
Returns: Information about the export operation and how to access the file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection_id | Yes | ||
| format | No | outline-markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |