Activity & Audit Log
Viewing Activity Logs
The Activity Log provides a detailed, searchable record of all platform activity including renders, API key management, template operations, authentication events, and more. Logs are retained for 90 d
Accessing the Activity Log#
Navigate to Activity Log from the sidebar to view all recent platform events.
Log Categories#
| Category | Description |
|---|---|
| Render | Image render events (completed, failed, cached) |
| API Key | API key creation, revocation, and deletion |
| Template | Template creation, updates, and deletion |
| Asset | Asset uploads and deletions |
| Auth | Login events and authentication failures |
| Security | Security-related events (rate limiting, unauthorized access) |
| AWS | AWS/S3 configuration changes |
| System | System-level events (cleanup, startup) |
Log Levels#
- Info — Normal operations (successful renders, key creation, etc.)
- Warning — Unusual but non-critical events (rate limit approaches, deprecated usage)
- Error — Failed operations (render failures, authentication errors)
Filtering Logs#
Use the filters at the top of the page to narrow down results:
- Category — Filter by event type (render, API key, template, etc.)
- Level — Filter by severity (info, warning, error)
- Search — Free-text search across log messages
- User — (Owners and admins only) Filter logs by a specific organization member
All filters can be combined. Changing any filter resets to page 1.
Regular users and viewers see only their own activity logs. Owners and admins can view logs from all organization members and filter by user.
Viewing Details#
Click on any log entry to expand it and see:
- The specific action identifier
- The log entry ID
- Structured metadata with additional context (template IDs, durations, file sizes, etc.)
Retention#
Activity logs are automatically cleaned up after 90 days. Expired logs are removed daily.
Use Cases#
- Debugging render issues — Filter by category "Render" and level "Error" to find failed renders
- Auditing API key usage — Filter by "API Key" to see when keys were created, revoked, or deleted
- Security monitoring — Filter by "Auth" or "Security" to review login attempts and access patterns
- Tracking template changes — Filter by "Template" to see a history of template modifications