Export Study Results
export_studyStarts an asynchronous export of Study results and returns an export job ID. Supports executive briefs, full reports, and raw data in PDF, HTML, PNG ZIP, DOCX, PPTX, Markdown, CSV, XLS, or SPSS SAV formats, subject to report-kind compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Report kind. Defaults to full_report, except CSV/XLS/SAV which default to raw_data. | |
| force | No | Regenerate instead of returning a cached artifact. | |
| format | No | Export format: "pdf" (default), "html" or "png" for executive summaries, "docx", "pptx", "csv", "xls", "sav", or "md" (also accepts "markdown"). Executive-summary PPTX exports use a slide-native 16:9 layout. | |
| length | No | Requested report detail for executive_brief and full_report exports. | |
| panelId | No | Study ID (UUID; legacy wire field name: panelId). Omit both panelId and panelName only when exporting the active Study from this MCP session. | |
| studyId | No | Study ID (UUID). Omit with studyName to export the active Study. | |
| panelName | No | Study name (fuzzy matched; legacy wire field name: panelName). Omit both panelName and panelId only when exporting the active Study from this MCP session. | |
| studyName | No | Study name (fuzzy matched). Omit with studyId to export the active Study. | |
| scheduledRunId | No | Export only the messages produced by one scheduled run of this Study, instead of the whole timeline. Use the run ID from the Study schedule history. |