Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 79 additions & 0 deletions dashboard/audit-logs.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
---
title: "Audit logs"
description: "Track user activity across your organization"
keywords: ["audit logs", "activity tracking", "security", "compliance"]
---

<Info>
Audit logs functionality requires the AUDIT_LOGS entitlement and org.auditLogs.read permission.

Check warning on line 8 in dashboard/audit-logs.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

dashboard/audit-logs.mdx#L8

Use 'capability' or 'feature' instead of 'functionality'.
</Info>

Use audit logs to monitor and track all actions performed by members of your organization. Audit logs provide a comprehensive record of activities for security, compliance, and troubleshooting purposes.

## Access audit logs

To view your organization's audit logs:

1. Go to **Organization Settings** in your dashboard
2. Select **Audit Logs** from the sidebar

## Log information

Each audit log entry displays the following information:

| Field | Description |
| ----- | ----------- |
| Timestamp | Date and time when the action occurred |
| Actor | Email address of the user who performed the action |

Check warning on line 27 in dashboard/audit-logs.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

dashboard/audit-logs.mdx#L27

Use 'email' instead of 'Email'.
| Action | Description of the action performed |
| Category | Type of resource affected (e.g., organization, member, deployment) |

Check warning on line 29 in dashboard/audit-logs.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

dashboard/audit-logs.mdx#L29

Use 'for example' instead of 'e.g.'.
| Outcome | Whether the action succeeded or failed |
| Metadata | Additional context about the action |

Click on any log entry to expand it and view detailed information including:

- Event ID
- Resource name
- Error messages (for failed actions)
- Full metadata

## Filter logs

You can filter audit logs to find specific activities:

### Date range

Select a preset date range to view logs from:
- Last 7 days
- Last 14 days
- Last 30 days
- Last 60 days
- Last 90 days

### Category

Filter logs by the type of resource:

- Organization
- Member
- Deployment
- Preview Deployment
- API Key
- Assistant
- PDF Export
- Integration
- Billing
- Quota
- User
- Autopilot
- Audit Log
- Auth

## Use cases

Audit logs help you:

- **Monitor security**: Track authentication attempts and permission changes
- **Ensure compliance**: Maintain records of all organizational activities
- **Troubleshoot issues**: Investigate failed actions and their causes
- **Track changes**: Review who made specific changes and when
12 changes: 8 additions & 4 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"pages": [
"dashboard/sso",
"dashboard/permissions",
"dashboard/roles"
"dashboard/roles",
"dashboard/audit-logs"
]
},
"customize/custom-404-page"
Expand Down Expand Up @@ -402,7 +403,8 @@
"pages": [
"fr/dashboard/sso",
"fr/dashboard/permissions",
"fr/dashboard/roles"
"fr/dashboard/roles",
"fr/dashboard/audit-logs"
]
},
"fr/customize/custom-404-page"
Expand Down Expand Up @@ -748,7 +750,8 @@
"pages": [
"es/dashboard/sso",
"es/dashboard/permissions",
"es/dashboard/roles"
"es/dashboard/roles",
"es/dashboard/audit-logs"
]
},
"es/customize/custom-404-page"
Expand Down Expand Up @@ -1094,7 +1097,8 @@
"pages": [
"zh/dashboard/sso",
"zh/dashboard/permissions",
"zh/dashboard/roles"
"zh/dashboard/roles",
"zh/dashboard/audit-logs"
]
},
"zh/customize/custom-404-page"
Expand Down