Audit Logs | DefectDojo Documentation

Audit Logs

Audit logs for DefectDojo can be accessed in a few different ways.

Individual Object Logs

In the Classic (Open-Source) UI, this history is found under the ‘☰’ (hamburger) menu on an object. In the Pro UI, this history is found under the blue ‘⚙️’ (gear) menu for the object in question.

Object History Endpoint (Pro Only)

DefectDojo Pro users have access to a /history API path for these objects to view similar data. For example: /api/v2/findings/{id}/history/.

Audit Log Endpoint (Pro Only)

DefectDojo Pro users also have access to a dedicated /audit_log endpoint for their entire instance. This log can only be accessed by users or API tokens with superuser permissions.

This API returns 31 days of audit logs.

For more information, see the API documentation, located in your instance: your-instance.cloud.defectdojo.com/api/v2/oa3/swagger-ui/