get_repository
Retrieve details of a Codeup repository in Alibaba Cloud DevOps by specifying the organization ID and repository ID or name.
Instructions
[Code Management] Get information about a Codeup repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| repositoryId | Yes | Repository ID or a combination of organization ID and repository name, for example: 2835387 or organizationId%2Frepo-name (Note: slashes need to be URL encoded as %2F) |