Audit Log
Last updated
Was this helpful?
Last updated
Was this helpful?
The Audit Log provides a comprehensive timeline of all activities and changes made within your Secoda workspace. This feature helps you track user actions, monitor changes, and maintain accountability across your data documentation.
The Audit Log captures various types of activities including: resource updates, permission changes, documentation updates, role assignments, among other activities.
Navigate to Settings in your Secoda workspace
Select "Audit log" from the left sidebar
View the chronological timeline of all workspace activities
Each log entry contains:
Timestamp of the action
User who performed the action
Type of action performed
Affected resource
You can programmatically access the Audit Log through our REST API. Please refer to API for detailed documentation on using the API.
Query Parameters:
days
: Number of days of history to retrieve (default: 90)
page
: Page number for pagination
page_size
: Number of items per page
Example Response:
Regular Auditing: Review the Audit Log periodically to monitor workspace changes
Change Management: Use the log to track and verify planned changes
Compliance: Maintain records of sensitive data access and modifications
Troubleshooting: Reference the log when investigating unexpected changes
Only workspace administrators and users with appropriate permissions can access the Audit Log. This ensures security and maintains the integrity of audit records.
Logs are retained for 90 days
Bulk actions are logged as single entries
System-generated changes are marked with "system" as the actor
For more information about Secoda's security features, visit our Security Documentation.