refine
R
refine
/jobs.refresh

jobs.refresh

Queue a job posting to be re-scraped. The returned job may remain pending; use jobs.get later to inspect the refreshed state.

liveunknown~5s typical
mcprefine
$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-co-getrefine-refine /jobs.refresh for me.

Input

FieldTypeDescription
job_id*stringJob id

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-co-getrefine-refine","endpoint":"/jobs.refresh","input":{"job_id":"..."}}'
cli
npx cracked-ai run -p mcp-co-getrefine-refine -e /jobs.refresh -i '{"job_id":"..."}'
mcp
run_tool({ provider: "mcp-co-getrefine-refine", endpoint: "/jobs.refresh", input: {"job_id":"..."} })

Try it

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