v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Repositories

List Repository Groups

List groups with repository member access.

get/v1/repositories/{repositoryId}/groups

Path parameters

repositoryIdstring required

Unique identifier for a repository folder, prefixed with repo_

Example:repo_1234321

The unique identifier of the repository

Response

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

repositoryIdstring

Unique identifier of the repository

groupIdinteger

Unique identifier of the group

Example response

[
  {
    "repositoryId": "repo_987654",
    "groupId": 123456
  }
]