> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/settings/activity-log.md).

# Activity Log

The **Activity log** in Sprinto provides a chronological record of all actions performed by users and integrations in your account. It enables administrators to review changes, attribute actions to specific users or integrations, and maintain a transparent audit trail for compliance.

The log is divided into two tabs:

* **User activity log** – Displays activities performed directly by Sprinto users, such as updating policies, modifying risk details, or managing staff records.
* **Integration API log** – Displays activities triggered by connected integrations through API requests.

***

### How it Works

1. **User activities** – Every action performed by a Sprinto user is logged with details including the action description, the user’s name, and the timestamp.
2. **Integration activities** – API-driven updates from integrated tools appear in the Integration API log, showing the provider name and type of event triggered.
3. **Search and filters** – Narrow down log results by:
   * **User/Provider** – Select a specific user or integration.
   * **Activity type** – Filter by category of action.
   * **Date range** – Focus on a specific timeframe.
4. **Switching tabs** – Toggle between the **User activity log** and **Integration API log** to view the relevant set of records.

***

{% hint style="info" %}
Logs are currently available only for the following supported providers that are added as a Change Management source.

* Github
* GitLab
* Bitbucket
* Azure DevOps
* AWS CodeCommit
  {% endhint %}

### Dashboard Actions

#### Access the Activity log

1. In the Sprinto dashboard, select **Settings** from the left navigation menu.
2. Click **Activity log**.

<figure><img src="/files/rmsXfkILUHXMl3fSI35i" alt="" width="563"><figcaption></figcaption></figure>

#### Filter activities

1. Choose either the **User activity log** or **Integration API log** tab.
2. Use the filter panel to select **User/Provider**, **Activity type**, and/or **Date range**.

#### View details of an activity

Each record displays:

* Description of the activity
* Name of the user or integration
* Timestamp of the action
* Associated module or record

#### Switch between activity types

Use the tabs to alternate between **User activity** and **Integration API activity** views.


---

# 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://docs.sprinto.com/settings/activity-log.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.
