Audits
Export tenant audit log rows as CSV
Requires an owner/admin browser session with recent MFA. Returns tenant-scoped, no-store audit data; agent tokens and tenant API keys are not sufficient. Requires dateFrom and dateTo and rejects ranges over 31 days. The CSV columns are id,timestamp,agentId,action,status,to,value,details.
get/audit/export
Query parameters
agentIdstring
action'sign' | 'approve' | 'reject' | 'proxy'
statusstring
dateFromstring date-time required
dateTostring date-time required
Response
CSV audit export
Changes
Changed in 1 of the 9 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○