RA
Redeal Analytics API
/events
get events for analytics
By passing in the company, site or deal Id a set of user interaction event records is returned. For pagination of a large result set use queryexecutionid and nexttoken instead.
liveunknown~3s typical
developersredeal
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-redeal-io /events for me.
Input
| Field | Type | Description |
|---|---|---|
| company | string | pass an optional company Id default null |
| site | string | pass an optional site Id default null |
| deal | string | pass an optional deal Id default null |
| type | string (all | clicks | contacts) | type of records to return default null |
| nexttoken | string | next token to start returning records from default null |
| queryexecutionid | string | id of execution to get more records based on next token default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-redeal-io","endpoint":"/events","input":{"company":"...","site":"...","deal":"...","type":"all","nexttoken":"...","queryexecutionid":"..."}}'cli
npx cracked-ai run -p oa-redeal-io -e /events -i '{"company":"...","site":"...","deal":"...","type":"all","nexttoken":"...","queryexecutionid":"..."}'mcp
run_tool({ provider: "oa-redeal-io", endpoint: "/events", input: {"company":"...","site":"...","deal":"...","type":"all","nexttoken":"...","queryexecutionid":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.