Conduit Agentic Commerce
CA
Conduit Agentic Commerce
/order_list

List orders

List orders for an agent ({ orders }). Optional status or open_only filter.

liveverifiedunknown~5s typical
mcpprobedconduitagenticcommerce
$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-app-aiconduit-conduit /order_list for me.

Input

FieldTypeDescription
agent_id*stringOwning agent id whose orders to list
session_tokenstringSession token from agent_authenticate — required whenever agent_id is passed
statusstringOptional status filter: PENDING, CONFIRMED, IN_TRANSIT, DELIVERED, ABANDONED (or CANCELLED
open_onlybooleanIf true, only in-flight orders (PENDING, CONFIRMED, IN_TRANSIT). Ignored when status is se

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-app-aiconduit-conduit","endpoint":"/order_list","input":{"agent_id":"..."}}'
cli
npx cracked-ai run -p mcp-app-aiconduit-conduit -e /order_list -i '{"agent_id":"..."}'
mcp
run_tool({ provider: "mcp-app-aiconduit-conduit", endpoint: "/order_list", input: {"agent_id":"..."} })

Try it

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