List Endpoints (Action1)
action1_list_endpointsList managed endpoints with full inventory details—name, OS, agent status, update and vulnerability status, and reboot requirements. Filter by organization, status, or search substring, with pagination and sorting.
Instructions
Inventory of managed endpoints: name, OS, agent status, last seen, update/vulnerability status, reboot-required. All status filters accept the values shown in the Action1 console. fields="*" adds extended data.
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". | |
| fields | No | Comma-separated extended fields, or "*" for all. | |
| filter | No | Case-insensitive substring matched against any field. | |
| sortby | No | Sort field; prefix with "-" for descending. | |
| endpointOS | No | ||
| onlineStatus | No | ||
| updateStatus | No | ||
| endpointStatus | No | ||
| rebootRequired | No | ||
| vulnerabilityStatus | No |