Request
Authentication
This endpoint requires HTTP Basic Auth. Pass your API key as the username and leave the password empty.
Path parameters
The numeric ID of the repository to retrieve.
Response
Returns a single repository object on success.Unique numeric identifier for the repository.
Display name of the repository.
Optional description of the repository’s contents or purpose.
Visibility setting. Either
"Public" or "Private".The team this repository belongs to, if applicable.
Your access level for this repository. One of
"Owner", "Admin", "Write", "Clone", or "Read". This field is determined by the server based on your API key and cannot be set directly.Errors
| Status | Meaning |
|---|---|
404 | No repository with the given ID exists, or you do not have access to it. |