list_repositories
List CodeUp repositories in an organization with pagination, search, sorting, and archived filter options.
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
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, default starts from 1, generally should not exceed 150 pages | |
| sort | No | Sort order, options include {asc, desc}, default is desc | desc |
| search | No | Search keyword, used to fuzzy match repository paths | |
| orderBy | No | Sort field, options include {created_at, name, path, last_activity_at}, default is created_at | created_at |
| perPage | No | Items per page, default 20, value range [1, 100] | |
| archived | No | Whether archived | |
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console |