---
title: "List Repository Groups"
method: GET
path: "/v1/repositories/{repositoryId}/groups"
tags: ["Repositories"]
---

# List Repository Groups

`GET /v1/repositories/{repositoryId}/groups`

List groups with repository member access.

## Path parameters

- `repositoryId` string, required — Unique identifier for a repository folder, prefixed with `repo_`

## Response `200`

OK. Returns a list of groups with access to the repository.

- RepositoryGroupCollaborator[]
  - `repositoryId` string — Unique identifier of the repository
  - `groupId` integer — Unique identifier of the group

## Other responses

- `400` — Bad Request. Occurs when attempting to list groups on an UNRESTRICTED repository.
- `403` — Forbidden. Occurs when the user does not have access to the repository.

---

[API](https://skmtc.net/lucid/apis/lucid-rest-api.md) · [All operations](https://skmtc.net/lucid/apis/lucid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lucid/lucid-rest-api/revisions/6a32cb9e1aa7/schema)
