How can I audit the content changes?

Last updated: June 16, 2026

Problem Statement

You may need to investigate the history of a specific entry by searching through webhook event logs using its UniformID. This typically occurs when you need to trace operations like publish/unpublish events for content that may have been modified outside the standard 30-day history window.

Solution

Currently, webhook event logs can only be filtered by event type and timestamps - filtering by properties within the payload (such as UniformID) is not supported. The underlying webhook provider does not support filtering by payload properties.

Here are your available options:

For recent history (within 30 days):

  1. Use the History feature in the entry details, which allows filtering by ID

  2. Access the entries history API at https://uniform.app/api/v1/entries-history

  3. Use the Swagger documentation at https://uniform.app/schemas/swagger.html to explore the API further

For extended history:

  • Enterprise plan customers can access up to 365 days of history data

  • Consider upgrading to Enterprise plan if you frequently need to investigate historical operations beyond 30 days

Important limitations:

  • Webhook payload retention period is 90 days

  • Unpublish operations appear as entry.deleted events in webhook logs but are not tracked in the History feature

  • The History UI may show only one operation if multiple operations occurred within a 1-2 second window (such as "Save and Publish")

Note: Webhook events are primarily designed for data processing rather than historical investigation. For investigating historical operations with specific entities, the History feature with ID filtering is the recommended approach.