Audit Logs
Every role change, invitation, approval vote and security setting change on your team is logged with an actor, a timestamp and before/after values.
What is recorded
| Field | What it records |
|---|---|
| Actor | The user who performed the action, by name and id |
| Action | Role change, invitation, approval vote or security setting |
| Timestamp | UTC, to the second |
| Before / after | The previous and new value, so a change is reconstructable |
Endpoints
GET
/team/audit
Paginated audit trail for the current company. Filter by actor, action type or date range.
GET
/team/audit/export
Downloadable export for compliance review or handing to an auditor.
Append only
Audit entries cannot be edited or deleted from the API or the dashboard. Pair the requestId on an entry with your own logs to trace an action end to end.
Was this page helpful?
