List missing updates for an endpoint
action1_list_missing_updatesList missing updates for a specified endpoint, returning item IDs that can be used to deploy each update.
Instructions
Returns missing-update items for one endpoint. Each item.id can be passed to action1_deploy_update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items to return. | |
| org_id | No | Org UUID. | |
| endpoint_id | Yes | Endpoint UUID. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| truncated | No |