list_artifacts
Retrieve and filter artifacts from Alibaba Cloud DevOps package repositories to manage software components and dependencies across projects.
Instructions
[Packages Management] List artifacts in a package repository with filtering options
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID | |
| repoId | Yes | Repository ID | |
| repoType | Yes | Repository type, available values: GENERIC/DOCKER/MAVEN/NPM/NUGET | |
| page | No | Current page number | |
| perPage | No | Number of items per page, default is 10 | |
| search | No | Search by package name | |
| orderBy | No | Sort method: latestUpdate - by latest update time in milliseconds; gmtDownload - by latest download time in milliseconds | latestUpdate |
| sort | No | Sort order: asc - ascending; desc - descending | desc |