webhook-relay
W
webhook-relay
/status

status

Check the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.

liveverifiedunknown~5s typical
mcpprobedwebhook-relay
$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-agishub-webhook-relay /status for me.

Input

FieldTypeDescription
job_id*stringThe job_id returned by webhook_relay.

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

Try it

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