Audit log
Every successful create, update, and delete performed through the public API is recorded. Use the audit log to show the user what changed, or to reconstruct prior state for an undo.GET /api/v1/audit
| Parameter | Default | Rule |
|---|---|---|
limit | 50 | Page size, 1 to 100 |
offset | 0 | Number of entries to skip from the start |
subscriptionId | — | Optional UUID; only entries for that subscription |
read scope.
action is one of subscription.create, subscription.update, or subscription.delete. The metadata object holds before, after, and patch snapshots where applicable — enough to describe or reverse a change.