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

# Get Repository

`GET /v1/repositories/{repositoryId}`

Retrieves basic information for the requested repository, provided the user has at least read-only access.

## Path parameters

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

## Response `200`

OK. Returns the repository object.

- RepositoryObject
  - `repositoryId` string — Unique identifier for a repository folder, prefixed with `repo_`
  - `name` string — Display name of the repository
  - `accessType` 'UNRESTRICTED' | 'RESTRICTED' — Determines repository visibility. UNRESTRICTED repositories are visible to all users on the account, RESTRICTED are visible to specific authorized groups and individuals.
  - `created` string, date-time — The date and time the repository was created

## Other responses

- `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/versions/6a32cb9e1aa7/schema)
