> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/user-guides/nl/exporteren-en-rapporten/shared-records-report.md).

# Rapport gedeelde records

Controleer uw gedeelde records

Keeper's **Rapport gedeelde records** is beschikbaar via het menu Instellingen van de Webkluis en Desktop-app.

{% hint style="info" %}
Voor Enterprise-gebruikers moet het rollenbeleid export toestaan.
{% endhint %}

Het Rapport gedeelde records geeft u een overzicht van elke gedeelde record (via directe share of gedeelde map). De export bevat de volgende velden:

* Record-UID
* Recordtitel
* Gedeeld met (e-mailadres)
* Gedeeld van (gedeelde map of directe share)
* Machtigingen (Alleen-lezen, Mag bewerken, Mag bewerken en delen)
* Mappad

## Exportopties

### CSV

Bestandsindeling:

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

### JSON

De JSON-indeling is opgebouwd uit een array van shared\_record-objecten.

### PDF

Voor een printvriendelijke versie van het rapport is ook een PDF-versie beschikbaar.

Om de PDF af te drukken, klikt u onderaan op het printersymbool:

## Commander

Commander biedt ook een CLI voor het Rapport gedeelde records:\
\
Opdracht: **shared-records-report** (of "**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

```

Voorbeelduitvoer:

## Toegangsrechtenrapport op beheerdersniveau

Voor Enterprise-klanten bieden we een geavanceerd, organisatiebreed toegangsrapport via de functie Keeper Nalevingsrapporten.

Nalevingsrapporten bieden inzicht op aanvraag in de toegangsrechten voor records en aanmeldingsgegevens binnen uw organisatie. Deze rapporten vereenvoudigen het nalevingsauditproces voor Sarbanes-Oxley (SOX) en andere regelgeving die periodieke controle van toegangsbeheer vereist.

Klik hier voor meer informatie over Keeper Nalevingsrapporten:

[Nalevingsrapporten](/enterprise-guide/compliance-reports.md) (Engels)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/user-guides/nl/exporteren-en-rapporten/shared-records-report.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
