GET //multicall/job/{jobId} HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
Ok
{ "success": true, "message": "text", "data": { "user_id": "text", "updated_at": "text", "status": "text", "id": "text", "global_variables": "text", "flow_id": "text", "flow": "text", "error": "text", "created_at": "text", "calls": "text" } }
DELETE //multicall/job/{jobId} HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
{ "success": true, "message": "text", "data": null }