> ## Documentation Index
> Fetch the complete documentation index at: https://braintrust.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Human review assignee cannot see assigned experiments

export const plans_0 = "Any"

export const deployments_0 = "Any"

export const data_plane_version_0 = undefined

export const use_case_0 = "Use case - User assigned to run human evals on a project can see the Review page but finds it empty despite having items assigned to them"

<Note>
  **Applies to:**

  * Plan - {plans_0}
  * Deployment - {deployments_0}
  * {data_plane_version_0}
  * {use_case_0}
</Note>

## Summary

**Issue:** A user assigned items for human review sees an empty `Review` page (`?tab=experiment`) with the message "There are no experiments in this project yet," despite having project-level access.

**Cause:** The `Review` page (`tab=experiment`) renders experiment spans and requires `Experiments > Read` on the project; having `Experiments > Create` without `Read` returns no visible rows.

**Resolution:** Edit the user's project-scoped permission group and enable `Read` on `Experiments` (and `Logs`, `Datasets`, or `Prompts` as needed for the review queue).

## Resolution steps

### If the Review page is empty ("no experiments yet")

#### Step 1: Check the user's project-scoped permissions

In the org's permission settings, open the user's project-scoped group for the affected project. Confirm whether `Experiments > Read` is checked. A user with only `Experiments > Create` will see an empty Review view.

#### Step 2: Enable Experiments Read

In the project-scoped permission group, enable `Read` on `Experiments`. Enable `Read` on `Logs`, `Datasets`, and `Prompts` if the review queue includes those object types.

#### Step 3: Verify with the user

Have the user hard-refresh the Review page with the `Assigned to me` filter set and a time range covering the assigned traces (e.g., last 30 days). Confirm rows now appear.

## Notes

* A user can have org-level inherited permissions and project-level group membership and still see an empty Review page if `Experiments > Read` is not explicitly checked at the project level.
