From 87aca04e0300fdcf11ad6636b6acf0880b8b3352 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 01:05:01 +0000 Subject: [PATCH 1/5] Update dashboard/audit-logs.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- dashboard/audit-logs.mdx | 79 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 dashboard/audit-logs.mdx diff --git a/dashboard/audit-logs.mdx b/dashboard/audit-logs.mdx new file mode 100644 index 000000000..b55b14c54 --- /dev/null +++ b/dashboard/audit-logs.mdx @@ -0,0 +1,79 @@ +--- +title: "Audit logs" +description: "Track user activity across your organization" +keywords: ["audit logs", "activity tracking", "security", "compliance"] +--- + + + Audit logs functionality requires the AUDIT_LOGS entitlement and org.auditLogs.read permission. + + +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 | +| Action | Description of the action performed | +| Category | Type of resource affected (e.g., organization, member, deployment) | +| 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 From c8b3e8bf8d9fba45c029d9bb3b6a6f46a848dbcb Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 01:05:12 +0000 Subject: [PATCH 2/5] Update docs.json Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- docs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 331669b40..908f49d09 100644 --- a/docs.json +++ b/docs.json @@ -56,7 +56,8 @@ "pages": [ "dashboard/sso", "dashboard/permissions", - "dashboard/roles" + "dashboard/roles", + "dashboard/audit-logs" ] }, "customize/custom-404-page" From 2ddba30b86c39cc7b9964c9377985d1840810116 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 01:05:17 +0000 Subject: [PATCH 3/5] Update docs.json Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- docs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 908f49d09..0c67ffe33 100644 --- a/docs.json +++ b/docs.json @@ -403,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" From 7263e34067d4e8372aa85d1e00fc949e230fec62 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 01:05:23 +0000 Subject: [PATCH 4/5] Update docs.json Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- docs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 0c67ffe33..844d1bcb1 100644 --- a/docs.json +++ b/docs.json @@ -750,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" From 186b951f75807d4046a57dd94c486ef70c0b1c05 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 01:05:28 +0000 Subject: [PATCH 5/5] Update docs.json Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- docs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 844d1bcb1..d9038a5e8 100644 --- a/docs.json +++ b/docs.json @@ -1097,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"