Deploy to Agents
DT
Deploy to Agents
/get_audit_result

Get an audit result

Retrieve the current status, score, findings, privacy state, and evidence URL for an audit UUID.

liveverifiedunknown~5s typical
mcpprobeddeploytoagents
$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-deploytoagents-server /get_audit_result for me.

Input

FieldTypeDescription
audit_id*stringAudit UUID returned by audit_app

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-deploytoagents-server","endpoint":"/get_audit_result","input":{"audit_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-deploytoagents-server -e /get_audit_result -i '{"audit_id":"..."}'
mcp
run_tool({ provider: "mcp-com-deploytoagents-server", endpoint: "/get_audit_result", input: {"audit_id":"..."} })

Try it

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