# Shared Records Report

Keeper's **Shared Records Report** is available from the Settings menu of the Web Vault and Desktop App.

{% hint style="info" %}
For Enterprise users, role policies must allow export.
{% endhint %}

The Shared Records Report provides you with an audit of each shared record (either direct share, or shared folder).  The export contains the following fields:

* Record UID
* Record Title
* Shared To (email)
* Shared From (Shared Folder or Direct Share)
* Permissions (Read Only, Can Edit, Can Edit and Share)
* Folder Path

![Access from Settings](/files/-MVKVqLH6LKaSCQURrwO)

![Shared Records Report](/files/-MVKVue346K4HrM7Ox_s)

## Export Options

### CSV

File Format:

***Record UID,Record Title,Shared To,Shared From,Permissions,Folder Path***

### JSON

The JSON format is structured as an array of shared\_record objects. &#x20;

![JSON Format](/files/-MVKXXkKsn7YY66Zl2pg)

### PDF

For a printer-friendly version of the report, the PDF version is also available.

![](/files/-MVKXkGLAaFKUtq42xM9)

To print the PDF, click on the printer icon at the bottom:

![Print PDF](/files/-MVKXvHGY_Sa5Sr1penr)

## Commander

Commander also provides a CLI for the Shared Records Report:\
\
Command: **shared-records-report** (or "**srr**")

```
My Vault> shared-records-report -h                                                                                                                                                                       
usage: shared-records-report|srr [-h] [--format {json,csv,table}] [name]

Report shared records for a logged-in user.

positional arguments:
  name                  file name

optional arguments:
  -h, --help            show this help message and exit
  --format {json,csv,table}
                        Data format output

```

Example output:

![](/files/-MVOGBILyt7KYHUoJ0mw)

## Admin-Level Access Permissions Report

For Enterprise customers, we provide an advanced enterprise-wide Access Report through the Keeper Compliance Reports feature.

Compliance Reports provide on-demand visibility to access permissions on records and credentials in your enterprise. These reports simplify the compliance auditing process for Sarbanes Oxley (SOX) and other regulations requiring periodic access control auditing.

To learn more about Keeper Compliance Reports, click here:

[https://docs.keeper.io/enterprise-guide/compliance-reports](/en/enterprise-guide/compliance-reports.md)


---

# 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://docs.keeper.io/en/user-guides/export-and-reports/shared-records-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.
