# Audit Reports

### 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 dropdown, choose the target **Salesforce Org**.\ <br>

   <figure><img src="/files/NzEvS2HsIULy25vFQ16F" alt=""><figcaption></figcaption></figure>
2. **Set a date range.**\
   Specify the **From** and **To** dates for the period you want to analyze.
3. **Run the search.**\
   Click **Search** to generate the report. When the results appear, click **Download** to save the CSV locally.\ <br>

   <figure><img src="/files/sdzat3VE8h9vwHUsZx43" alt=""><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.\
\
You can narrow the report to a specific time window—up to **120 days**—using either preset ranges or custom **From / To** dates.<br>

<figure><img src="/files/dvj8rpFCBdM1guHeVdRn" alt=""><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


---

# 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-1/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.
