CS
Cannon Studio
/get_generation_request
Poll and Sync Cannon Studio Generation Request
Poll and sync an existing Cannon Studio generation request by id. Requires OAuth or a developer API key; not a pure read because it may update lastPolledAt, syn
liveverifiedunknown~5s typical
mcpprobedcannonstudio
$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-app-cannonstudio-cannon-studio /get_generation_request for me.
Input
| Field | Type | Description |
|---|---|---|
| request_id* | string | Cannon Studio request id returned by create_generation_request or POST /api/v1/requests. T |
| include_logs | boolean | Set true only when the user explicitly asks to inspect retained request logs for this requ |
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-app-cannonstudio-cannon-studio","endpoint":"/get_generation_request","input":{"request_id":"..."}}'cli
npx cracked-ai run -p mcp-app-cannonstudio-cannon-studio -e /get_generation_request -i '{"request_id":"..."}'mcp
run_tool({ provider: "mcp-app-cannonstudio-cannon-studio", endpoint: "/get_generation_request", input: {"request_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.