Minds: Synthetic Market Research Panels
MS
Minds: Synthetic Market Research Panels
/get_study_run

Get Multi-Question Run Status

Returns durable progress or results for one confirmed multi-question run inside a Study, including its immutable confirmed plan, server-prepared execution plan,

liveunknown~5s typical
mcpminds:syntheticmarket
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-getminds-minds /get_study_run for me.

Input

FieldTypeDescription
studyIdstringStudy workspace ID (UUID). When panelId is supplied for compatibility, studyId may carry t
studyNamestringStudy workspace name for fuzzy matching.
runIdstringMulti-question run ID returned by run_study_questions. Preferred.
panelIdstringLegacy alias for the Study workspace ID. Accepted for compatibility.
panelNamestringLegacy alias for studyName. Accepted for compatibility.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-getminds-minds","endpoint":"/get_study_run","input":{}}'
cli
npx cracked-ai run -p mcp-ai-getminds-minds -e /get_study_run -i '{}'
mcp
run_tool({ provider: "mcp-ai-getminds-minds", endpoint: "/get_study_run", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.