List Software Repository packages
action1_list_software_repositoryRetrieve a list of software repository packages across the enterprise, with filters for name, version, platform, and pagination.
Instructions
List Software Repository packages. Gets a list of Software Repository packages for the entire enterprise. Perm: view_software_repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Provide the number of the first record to be returned. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| cursor | No | Pagination cursor. | |
| custom | No | Specify if the package is custom (yes) or builtin (no). | |
| fields | No | Add FIELDS parameter to query extended data. | |
| filter | No | Provide a case-insensitive substring to filter and narrow down returned results (i.e., if... | |
| org_id | No | Org UUID. | |
| sortby | No | Define the sorting order by a certain field. | |
| builtin | No | Specify if the package is builtin (yes) or custom (no). | |
| verbose | No | Skip per-item compactor. | |
| platform | No | platform | |
| match_name | No | Provide the software name to search for. | |
| auto_paginate | No | Walk all pages. | |
| match_version | No | Provide the software version to search for. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |