---
title: "Introducing Audit Logs"
description: ""
canonicalUrl: "https://zuplo.com/changelog/2025/09/22/audit-logs"
pageType: "changelog"
date: "2025-09-22"
tags: "portal"
---
Audit Logs are now available for Zuplo Enterprise customers. This feature
provides a record of activities within your Zuplo account, including project
modifications, configuration changes, team management, API key operations, and
deployment activities. Each log entry includes information about the actor,
affected resources, timestamp, and geographic context.

## Availability

Available now as an add-on for Enterprise customers. Current enterprise
customers can trial the feature for development and testing. Contact your
account manager or [sales@zuplo.com](mailto:sales@zuplo.com) to enable it.

## Audit Log Features

- 90-day retention by default (extended retention available on request)
- Immutable audit trails suitable for compliance requirements
- Real-time activity logging
- Detailed context including IP address, user agent, and location data

## How to access Audit Logs

Once enabled, Audit Logs can be found in the Zuplo Portal (_Account Settings →
Audit Logs_). You will see the most recent activities as well as options to
filter the events by date range, action type, actor or success/failure status.

## Programmatic Access to Audit Logs

Audit Log data is also available via the API using the
`/accounts/{accountName}/audit-logs` endpoint. Query parameters are available
for filtering and pagination (maximum 100 results per request, 30-day query
range limit).

_Note: During beta, not all events may be captured._

See the
[Audit Logs documentation](https://zuplo.com/docs/articles/accounts/audit-logs)
for more information.