AurionAI Docs

Check Approval Timeouts

CronJob endpoint to check and process timed-out approval requests. Frequency: Every minute. Scans all active tenants for pending approvals past their timeout_at, and applies the configured timeout_action (expire, approve, reject, escalate). Auth: INTERNAL_API_SECRET env var.

POST
/api/sync/approval-timeouts

CronJob endpoint to check and process timed-out approval requests.

Frequency: Every minute. Scans all active tenants for pending approvals past their timeout_at, and applies the configured timeout_action (expire, approve, reject, escalate). Auth: INTERNAL_API_SECRET env var.

Response Body

application/json

curl -X POST "https://loading/api/sync/approval-timeouts"
{}