# Display audit logs

> The Audit logs section displays all changes made to the Management API. You can use the logs to check which changes have been made by a specific user or to a specific Application or entity. You can also use them as a reference for older changes and use this information to revert your campaign changes.

> For the complete documentation index, see [llms.txt](https://docs.talon.one/llms.txt).

<FeatureAccessInfoBox>
Only admins and Application admins have access to this feature.
</FeatureAccessInfoBox>

## List audit logs

To open the audit logs:

1. In the lower-left corner, click <Account className="icon"/> **Account** >
   <Logs className="icon"/> **Logs**.
1. Click **Audit logs**.

   The logs are sorted from the newest to the oldest entry. The list shows the
   following columns:

   |     Column     |                          Description                           |
   | -------------- | -------------------------------------------------------------- |
   | User           | The name of the user who has made the change.                  |
   | Application    | The Application in which the change was made.                  |
   | Entity         | The entity in which the change was made.                       |
   | Time           | When the change was made.                                      |
   | Type of change | Whether the change was an addition, modification, or deletion. |

1. To display the details of the selected log, click <Add className="icon"/> to
   the left of it and the **JSON** tab.
1. <ClosedBetaBadge/> (Optional) To use AI to generate a textual summary of the selected log, click
   the <AiSuggest className="icon"/> **Summary** tab.

## Related pages

- [Entities](/docs/dev/concepts/entities/entities-overview.md)
