Pipe2.ai
P
Pipe2.ai
/get_pipeline_run_status

get pipeline run status

Check the status of a pipeline run. Returns status (pending/running/completed/failed), output data, error messages, timestamps, and generated asset URLs.

liveunknown~5s typical
mcppipe2.ai
$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-pipe2-mcp /get_pipeline_run_status for me.

Input

FieldTypeDescription
run_id*stringThe pipeline run ID returned by run_pipeline

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

Try it

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