export_conversation_data
Export chat data in JSON, CSV, or Graph formats for analysis, visualization, or integration. Filter by projectPath for codebase-specific conversations to create datasets, generate reports, or prepare data for tools like Tableau.
Instructions
Export chat data in various formats (JSON, CSV, Graph) for external analysis, visualization, or integration with other tools. TIP: Use filters.projectPath to export only project-specific conversations for focused analysis of a particular codebase. Use this to create datasets for machine learning, generate reports for stakeholders, prepare data for visualization tools like Gephi or Tableau, or backup chat data in structured formats.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conversationIds | No | Specific conversation IDs to export (if not provided, exports all conversations) | |
filters | No | Filters to apply when selecting conversations to export | |
flattenStructure | No | Flatten nested structures for easier processing | |
format | No | Export format: JSON for structured data, CSV for spreadsheets, Graph for network analysis | json |
includeContent | No | Include full conversation content in the export | |
includeRelationships | No | Include relationship data between conversations | |
outputMode | No | Output format: "json" for formatted JSON (default), "compact-json" for minified JSON | json |