# Review Data Access Requests

{% hint style="info" %}
Apollo and Trusted Research Environments licenses are required to use Trusted Research Environments on the DNAnexus Platform. [Contact DNAnexus Sales](mailto:sales@dnanexus.com) for more information.
{% endhint %}

As a Reviewer in a Trusted Research Environment (TRE), you evaluate incoming data access requests from researchers to ensure their requests align with your organization's security policies, ethical guidelines, and data sharing rules. Each request passes through a configurable multi-step review pipeline, and your decision on your assigned step contributes to the overall approval outcome.

To review requests, you must be assigned as a Reviewer to at least one review step. For details on how review pipelines are configured, see [Configure Data Access Review Steps and Reviewers](/admin/trusted-research-environments/configuring-review-workflow.md).

## Access Your Review Queue

In **Data Resources** > **Request Center** > **My Reviews**, you find data access requests pending your decision on the review steps you're assigned to.

Each request in the list gives you enough context to prioritize — you can see who submitted the request, which data resource it concerns, and when it was created. If you review requests across multiple environments, you can use the filters to narrow the list by, for example, a specific data resource or review state.

![View only the data access requests that require your review](/files/zSGOBaJIRz5nKL8ygrml)

## Evaluate the Request

Click a request in your **My Reviews** list to open the request detail page. On the **Request Info** tab, review each section, then check the **Messages** tab for any prior communication between the request owner and reviewers.

1. **Access Request Info** — Verify who submitted the request, which environment they're requesting access to, and their stated research purpose.
2. **Selection Summary** — Check the aggregate totals for participants, fields, files, and file size.
3. **Cohort Selection** — Review the participant cohort the request owner defined.
4. **Data Collections** — Review the data type groups the request owner selected.
5. **Collaborators** — Verify that all listed collaborators are appropriate for the requested data.

![A data access request from the reviewer's perspective](/files/RLNuRkHASllQB05RXgMT)

## Review Status

The right panel of the request detail page shows where the request stands in the approval pipeline. You can see the overall request status, the decision recorded for each review step, and whether all steps have reached a final outcome.

If you are assigned to multiple review steps, you can apply a single decision to all your assigned steps at once.

## Register Your Decision

Once you have evaluated the request, register your decision.

1. On the request detail page, click either **Approve Request** or **Reject Request**.
2. Optionally enter a justification message, up to 1,000 characters.
   * When approving, state why the request meets the necessary criteria.
   * When rejecting, explain the reasons. For example, "Requested fields exceed the scope of the stated research purpose". This feedback helps the applicant understand the decision and revise if needed.
3. Click **Submit**.

A confirmation email is sent to all reviewers assigned to the resolved step.

## What Happens After Your Decision

The outcome depends on the overall pipeline status:

On request approval:

* If additional review steps remain, the request keeps its **In Review** status and awaits decisions from reviewers on the remaining steps.
* If your step was the final (or only) step and all steps have been approved, the request transitions to **Approved** status. The system notifies the request owner and automatically enables data dispensal when the request owner creates a project.

On request rejection:

* The request transitions to **In Revision** status regardless of other steps. The request owner receives your justification message and can modify their cohort, data collection selections, or research summary before resubmitting.
* On resubmission, all review step statuses reset to **In Review** and you are notified to evaluate the revised request.

For more information on the review decision logic, see the [API reference for review decisions](/developer/api/trusted-research-environments/data-access-requests.md#review-decisions).


---

# 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://documentation.dnanexus.com/user/trusted-research-environments/reviewing-access-requests.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.
