Get details of an existing repo.
Repository Manipulation
Get repository details
Retrieves detailed repository information including:
- Name
- Description
- Size in bytes
- Owner ID
- Creation timestamp
- Digest method
- Default branch details
- Git sync configuration (if enabled)
- Organization ID (if part of an organization)
- Default auto-forwarding status
Requirements: Requires READ access to the repository.
Returns:
404 Not Foundif the repository doesn’t exist or user lacks access
GET
Get details of an existing repo.
Documentation Index
Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
This API uses OAuth 2 with the implicit grant flow
Path Parameters
The 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.
Required string length:
3 - 128Example:
"example_id"
Response
Repo object with the requested identifier
Required string length:
1 - 128Example:
"repo-name"
Example:
"example_id"
Seconds since epoch UTC
Optional URL of the git repository being synced with the repo

