Listing updates for a package
action1_get_update_packageList available updates for a specific package by providing its ID. Filter, sort, and paginate results to find the updates you need.
Instructions
Listing updates for a package. Gets a list of updates available for a package specified by its ID. Perm: approve_updates, view_dashboards, manage_automations.
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. | |
| package_id | Yes | Provide a specific package ID. | |
| only_latest | No | Specify if you want to exclude superseded updates. By default, 'yes'. | |
| auto_paginate | No | Walk all pages. | |
| approval_status | No | Specify the update status. | |
| response_format | No | Output format. Default markdown. | |
| security_severity | No | Specify the severity level, e.g., security_severity=-Critical (for all non-critical). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |