Get Study Status
get_study_statusReturns the current Study state, live progress for in-flight questions, completed per-Audience results, linked Minds, Study links, and the status of a specific asynchronous export job when export identifiers are supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| panelId | No | Study ID (UUID; legacy wire field name: panelId). Omit both panelId and panelName only for the active Study from this MCP session. | |
| studyId | No | Study ID (UUID). Omit with studyName to use the active Study. | |
| panelName | No | Study name (fuzzy matched; legacy wire field name: panelName). Omit both panelName and panelId only for the active Study from this MCP session. | |
| studyName | No | Study name (fuzzy matched). Omit with studyId to use the active Study. | |
| exportKind | No | Asynchronous export kind whose status should be returned (defaults to full_report). | |
| exportJobId | No | Export job ID returned by export_study. Pass it with exportKind and exportFormat to poll that exact artifact. | |
| exportFormat | No | Asynchronous export format whose status should be returned (defaults to pdf). |