Get Repo
deprecated
Fetch repository metadata for the repository identified by the JWT repo claim.
Deprecated: Use /api/repos/{repo_name} instead.
GET
Get Repo
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Repository metadata resolved from the JWT repo claim.
Detailed view of a single repository, including any Git Sync configuration.
ISO 8601 creation timestamp.
Example:
"2024-01-15T10:30:00Z"
Default branch name.
Example:
"main"
Internal repository ID.
Example:
"repo_7f2b3d9"
Repository URL path. Matches the JWT repo claim.
Example:
"team/project-alpha"
Git Sync configuration (if configured).
Get Repo