Download Postman collection
Understand and manage your audit logs
Get all audit information for your account. You can use query parameters to filter your audit logs by: resourceType
, resourceId
, _byUserId
, source
, action
, to
, and from
.
Method |
|
Relative URI |
|
Query params |
The following query params are available:
Delta examples This endpoint allows delta exporting by passing in a This extracts data from November 7, 2023 to November 8, 2023. /audit?from=2023-11-07T23:14:43.032Z&to=2023-11-08T23:14:43.032Z This extracts data from November 7, 2023. /audit?from=2023-11-07T23:14:43.032Z This extracts data up to November 8, 2023. /audit?to=2023-11-08T23:14:43.032Z |
Response body structure |
[ { "_id": "680••••••••••223", "resourceType": "flow", "_resourceId": "680••••••••203", "source": "api", "fieldChanges": [], "event": "create", "time": "2025-04-23T18:25:17.551Z", "byUser": { "_id": "65c•••••••••••••647", "name": "John Doe", "email": "email@domain.com" } } ] |