Audit Logs Enterprise Strapi Cloud Team
The content of this page might not be fully up-to-date with Strapi 5 yet.
The Audit Logs section provides a searchable and filterable display of all activities performed by users of the Strapi application.
Audit logs are only accessible to users with the Super Admin role by default. They are available in the Administration Panel section of the Settings panel.
Events logged
The following events are logged:
Event | Actions |
---|---|
Content Type | create , update , delete |
Entry (draft/publish) | create , update , delete , publish , unpublish |
Media | create , update , delete |
Login / Logout | success , fail |
Role / Permission | create , update , delete |
User | create , update , delete |
For each log item the following information is displayed:
- Action: The type of action performed by the user. For example
create
orupdate
. - Date: The date and time of the action.
- User: The user who performed the action.
- Details: Displays a modal with more details about the action. For example the User IP address, the request body, or the response body.
Filtering logs
The Audit Logs page displays all logs by default, in reverse chronological order. You can filter the logs by:
- Action: Select the type of action to filter by. For example
create
orupdate
. - User: Select the user to filter by.
- Date: Select a date (range) and time to filter by.
Log details
For any log item, click the Details icon to display a modal with more details about that action.
The Payload details are displayed in an interactive JSON component, enabling you to expand and collapse the JSON object.