openl Export Trace
openl_export_traceExport a trace as plain text with full content. Optionally clear the trace from memory after export.
Instructions
Export trace as plain text. Returns full trace content. Use release: true to clear trace from memory after export.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID returned by backend. Use the exact 'projectId' value from openl_list_projects() response without modification or reformatting. | |
| showRealNumbers | No | ||
| release | No | Clear trace from memory after export (default: false). | |
| response_format | No | Response format: 'json' for structured data, 'markdown' for human-readable (default), 'markdown_concise' for brief summary (1-2 paragraphs), 'markdown_detailed' for full details with context | markdown |