# Audit Report

### Introduction <a href="#introduction" id="introduction"></a>

The ARM **Audit Report** provides a searchable, exportable record of activity across your Salesforce orgs. Download the report as a CSV to review every change, verify compliance, and surface potential risks.

To generate a report:

1. **Select a Salesforce Org.**\
   In the drop-down, choose the target [**Salesforce Org**](broken://pages/9pLgfInGvztETx4cXCc2).

   <figure><img src="/files/WDp1kyXJzykOPSMl9Ryq" alt="Select Salesforce Org" width="563"><figcaption></figcaption></figure>
2. **Set a date range.**\
   Specify the **From** and **To** dates for the period you want to analyze.

   <figure><img src="/files/OzerMhuSgjzdqoCoDIrG" alt="Choose date range" width="563"><figcaption></figcaption></figure>
3. **Run the search.**\
   Click **SEARCH** to generate the report. When the results appear, click **Download** to save the CSV locally.

   <figure><img src="/files/PiXreYm1aFuY8zRbFkVg" alt="Download audit report"><figcaption></figcaption></figure>

{% hint style="info" %}
**Time-zone note:** ARM stores audit timestamps in GMT. Salesforce displays times in the user’s own time zone, so the two can differ. This is expected and does not indicate an error.
{% endhint %}

### Job Audit Report <a href="#job-audit-report" id="job-audit-report"></a>

On the **CI Job Results** page you’ll see a **Job Audit Report** button. Click it to download a PDF that captures the full deployment history for that job—ideal for internal or external audits.

<figure><img src="/files/rs0qRnAydvJw23ig60hd" alt="Job Audit Report button"><figcaption></figcaption></figure>

The PDF contains:

#### Build list

* Every deployment build for the job, in reverse-chronological order, showing:
  * Build number
  * Timestamp
  * Commit comments
  * Author and approver

#### Individual build summary

For each build the report includes:

* Commit IDs (with Git-hash links)
* Commit summaries and reviewer details
* Review dates
* ALM IDs (if provided)
* Differential revision details

#### Date and time range filters <a href="#date-and-time-range-filters" id="date-and-time-range-filters"></a>

You can narrow the report to a specific time window—up to **120 days**—using either preset ranges or custom **From / To** dates.

<figure><img src="/files/SsssXkGfM9wj1AryZNdj" alt="Date filters"><figcaption></figcaption></figure>


---

# Agent Instructions: 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://knowledgebase.autorabit.com/product-guides/arm/arm-features/reports/audit-report.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.
