> For the complete documentation index, see [llms.txt](https://gopersonal.gitbook.io/calvin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gopersonal.gitbook.io/calvin/user-guides/audit-logs.md).

# Audit Logs

The Audit Logs page provides a complete record of all activities and changes that happen within your store. This is essential for enterprise teams that need accountability, compliance tracking, and the ability to review what happened and when.

The audit log is displayed as a table with columns for Timestamp (when the event occurred), Event (what type of action was taken), Workspace (which workspace was affected), Details (additional context about the event), User ID (who performed the action), and Actions (options for further investigation).

Three filters are available at the top of the page to narrow down the results. The date range selector lets you define a specific time period to review — by default it shows the last seven days. The workspace filter lets you focus on events from a specific workspace or view all workspaces at once. The event type filter lets you narrow results to specific categories of events.

Audit logs are particularly valuable for teams operating in regulated environments or those that need to maintain a clear record of who changed what and when. They provide the transparency needed to troubleshoot issues, review agent behavior, and ensure that all operations are properly tracked.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gopersonal.gitbook.io/calvin/user-guides/audit-logs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
