GET /audit-source/types
List adapter types available on this server. Use to populate UI pickers.
Method GET Path /api/zeq/audit-source/types Auth none (public) Group Audit Source
Response
{ "ok": true, "types": [{ "type": "http_webhook" }, { "type": "filesystem_watch" }, ...] }
Order is stable; the registry is built at module-load time. New adapters become listed once their import is registered in lib/dataSourceAudit/sources/index.ts and the server restarts.
Reference
- Registry:
shared/api-core/src/lib/dataSourceAudit/sources/index.ts