repository_list
Retrieve a list of all repositories in a specified project, with options to sort and order the results.
Instructions
List all repositories in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the project. | |
| sort | No | Field to sort by. | name |
| order | No | Sort order (asc or desc). | asc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |