Yappy
Y
Yappy
/get_export_job

Poll a Yappy export job

Check an export job started with create_export_job. Status moves queued, then running, then completed; a completed job carries result.url pointing at the finish

liveverifiedunknown~5s typical
mcpprobedyappy
$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-biz-yappy-yappy /get_export_job for me.

Input

FieldTypeDescription
job_id*stringThe id returned by create_export_job.

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

Try it

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