POST /audit-source/:id/sweep
Catch up missed events. Idempotent.
Method POST Path /api/zeq/audit-source/:id/sweep Auth Bearer key + cookie Group Audit Source
Response
{ "ok": true, "swept": 27 }
Adapter-defined: filesystem walks the tree, polling fires one immediate poll, change-stream replays from resume token. http_webhook is push-only and returns swept: 0.
Reference
- Orchestrator:
shared/api-core/src/lib/dataSourceAudit/orchestrator.ts#sweepSourceAudit