inbox-preview
I
inbox-preview
/get_job

get job

Get the status and screenshots for a preview job. Poll until status is "completed".

liveverifiedunknown~5s typical
mcpprobedinbox-preview
$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-powerline-inbox-preview /get_job for me.

Input

FieldTypeDescription
job_id*stringThe job ID returned by submit_preview

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-powerline-inbox-preview","endpoint":"/get_job","input":{"job_id":"..."}}'
cli
npx cracked-ai run -p mcp-ai-powerline-inbox-preview -e /get_job -i '{"job_id":"..."}'
mcp
run_tool({ provider: "mcp-ai-powerline-inbox-preview", endpoint: "/get_job", input: {"job_id":"..."} })

Try it

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