---
title: "List repository permissions"
method: GET
path: "/v1/vcr/repository/{idOrName}/permissions"
tags: ["vcr"]
---

# List repository permissions

`GET /v1/vcr/repository/{idOrName}/permissions`

List the teams a VCR repository is shared with.

## Path parameters

- `idOrName` string, required

## Query parameters

- `projectId` string, required
- `limit` integer
- `cursor` string — Opaque pagination cursor returned by a previous list response.
- `teamId` string
- `slug` string

## Response `200`

- VcrRepositoryPermissionList — A paginated list of Vercel Container Registry repository permissions.
  - `permissions` VcrRepositoryPermission[], required
    - `repositoryId` string, required — Identifier of the repository the permission grants access to.
    - `teamId` string, required — Identifier of the team that is granted access to the repository.
    - `teamSlug` string, required — Slug of the team that is granted access to the repository.
    - `createdAt` string, required — ISO 8601 timestamp of when the permission was created.
  - `nextCursor` string — Cursor to fetch the next page of results, when more are available.

## Other responses

- `400` — One of the provided values in the request query is invalid.
- `401` — The request is not authorized.
- `403` — You do not have permission to access this resource.
- `404`
- `410`

---

[API](https://skmtc.net/vercel/apis/api.md) · [All operations](https://skmtc.net/vercel/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vercel/api/versions/b4d86a3e3479/schema)
