AurionAI Docs

Ai Resolution Sender

Send cooldown-deferred AI auto-resolve drafts whose send_at has elapsed. Called by K8s CronJob every 30 seconds. Safe to call tenant-scoped or platform-wide (iterates all tenants when no tenant context).

POST
/api/sync/ai-resolution-sender

Send cooldown-deferred AI auto-resolve drafts whose send_at has elapsed.

Called by K8s CronJob every 30 seconds. Safe to call tenant-scoped or platform-wide (iterates all tenants when no tenant context).

Response Body

application/json

curl -X POST "https://loading/api/sync/ai-resolution-sender"
{
  "results": {},
  "status": "completed"
}