list_repositories
Retrieve and manage CodeUp repository lists from Alibaba Cloud Yunxiao platform to view and organize source code repositories for development workflows.
Instructions
[Code Management] Get the CodeUp Repository List.
A Repository serves as a unit for managing source code and is distinct from a Project.
Use Case:
View my repositories
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| page | No | Page number, default starts from 1, generally should not exceed 150 pages | |
| perPage | No | Items per page, default 20, value range [1, 100] | |
| orderBy | No | Sort field, options include {created_at, name, path, last_activity_at}, default is created_at | created_at |
| sort | No | Sort order, options include {asc, desc}, default is desc | desc |
| search | No | Search keyword, used to fuzzy match repository paths | |
| archived | No | Whether archived |