Skip to content

docs: document API audit logs CSV export#289

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/a2af50b0
Open

docs: document API audit logs CSV export#289
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/a2af50b0

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented May 26, 2026

Summary

Adds a new Security and Compliance page documenting the streaming CSV export for API audit logs, shipped in porter-dev/code#5764. The feature lets project admins download audit log entries that match the current dashboard filters as a CSV, either via an Export CSV button on the audit logs tab or by POST-ing to /api/v2/projects/{project_id}/api-audit-logs/export. Responses stream as text/csv so large date ranges don't have to buffer in memory, and every export is itself recorded in the audit log.

Changes

  • New page security-and-compliance/audit-logs-export.mdx covering the dashboard flow, the API call (with a curl example), the stable CSV column list, how to detect truncated exports via the __porter_export_failed__ sentinel footer, and the self-audit trail.
  • mint.json navigation entry under Security and Compliance.

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 26, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
porter 🟢 Ready View Preview May 26, 2026, 8:34 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants