List Updates/Patches (Action1)
action1_list_updatesRetrieve available updates with approval status, severity, and affected endpoints. Filter by approval status, security severity, or package ID.
Instructions
Available updates with approval status, severity, and affected endpoints. Filters: approvalStatus (New/Approved/Declined), securitySeverity, onlyLatest. packageId fetches a single update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Offset — pass the previous response's nextFrom to continue. | |
| limit | No | Items per page (default 50). | |
| orgId | Yes | Organization id (action1_list_organizations); many tools accept "all". | |
| custom | No | ||
| fields | No | ||
| filter | No | Case-insensitive substring matched against any field. | |
| sortby | No | Sort field; prefix with "-" for descending. | |
| builtin | No | ||
| packageId | No | ||
| onlyLatest | No | ||
| approvalStatus | No | ||
| securitySeverity | No |