v1
latestOpenAPI 3.0.32026-07-22115106141.4 KBOrganization Management
List organization repositories
Get a list of all repositories in the organization
get/organizations/{org_id}/repos
Path parameters
org_idstring required
An ID of an organization
Response
Success
Example response
{
"items": [
{
"repo_name": "repo-name",
"repo_id": "example_id"
}
]
}