The Audit Logs are available to Organization Admins within any Organization can be retrieved via the Download Audit Logs button in the Gear Drop Down menu or via the API.
Audit logs through UI - Only allow for pulls of 31 days, with a maximum of 90 day retention time. Exported in CSVformat
Audit logs through API - Allows pull of 180 days, retention time is also 180 days. Exported in JSON format.
UI AUDIT LOG PULL:
The Audit Logs appear in the Audit Section of the drop down menu:
You can download 31 days at a time:
API AUDIT LOG PULL:
1. Access AppNeta's API Swagger Page
2. We will need the desired Organization ID, find the Organization section and expand it to see the Execute button.
NOTE: If you already have the Organization ID skip to step 3
2. Scroll down until you see the Response Body section, you should see the Organizations listed and the first line being id (highlighted in yellow in the image below):
3. Scroll up on the Swagger Page and find the Audit Section. Expand the /v3/audit endpoint and click on Try it out:
4. Once Try it out has been clicked, you should see that the orgIDs field is editable, enter in the desired org id and time range.
Time range will be unix time. You may utilize a Unix time converter for these values: https://www.unixtimestamp.com/
5. You should see a new Response Body on the page, it will contain audit log information:
6. Click Download to download exported json file