netcafe-docs
N
netcafe-docs
/check_job

Check a long-running job

Get the status or result of a job started by deep_research, translate_pdf, or make_slides. Poll every 15-30 seconds until status is "done" or "error". While wor

liveverifiedunknown~5s typical
mcpprobednetcafe-docs
$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-com-ainetcafe-netcafe-docs /check_job for me.

Input

FieldTypeDescription
job_id*stringThe job_id returned when the task was started.

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-com-ainetcafe-netcafe-docs","endpoint":"/check_job","input":{"job_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-docs -e /check_job -i '{"job_id":"..."}'
mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-docs", endpoint: "/check_job", input: {"job_id":"..."} })

Try it

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