Repository Manipulation
Get details of an existing repo.
Get details of an existing repo.
GET
/
repos
/
{repo_id}
Authorizations
Authorization
string
headerrequiredThis API uses OAuth 2 with the implicit grant flow
Path Parameters
repo_id
string
requiredThe repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
Response
200 - application/json
repo_name
string
requireddescription
string
repo_id
string
requireddefault_branch_id
string
default_branch_name
string
size_bytes
number
requiredowner_user_id
string
requiredcreated_timestamp
integer
requiredSeconds since epoch UTC
sync_git_repo_url
string
Optional URL of the git repository being synced with the repo