v14

latestOpenAPI 3.0.32026-08-04377889.4 MB
vcr

List repository permissions

List the teams a VCR repository is shared with.

get/v1/vcr/repository/{idOrName}/permissions

Path parameters

idOrNamestring required

Query parameters

projectIdstring required
limitinteger
cursorstring

Opaque pagination cursor returned by a previous list response.

Opaque pagination cursor returned by a previous list response.

teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Response

nextCursorstring

Cursor to fetch the next page of results, when more are available.

Example response

{
  "permissions": [
    {
      "repositoryId": "repo_a1b2c3d4e5f6",
      "teamId": "team_a1b2c3d4e5f6",
      "teamSlug": "my-team",
      "createdAt": "2026-06-30T10:00:00.000Z"
    }
  ]
}