Search endpoints (client-side substring filter, cursor-paginated)
action1_search_endpointsSearch endpoints by substring matching on hostname, user, OS, or status. Supports pagination and field restrictions for targeted results.
Instructions
Substring search across hostname, user, OS, status. Walks pages client-side since Action1 has no server-side substring search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max items. | |
| query | Yes | Substring (case-insensitive). | |
| cursor | No | Pagination cursor. | |
| fields | No | Restrict matching to these fields. | |
| org_id | No | Org UUID. | |
| projection | No | Per-endpoint projection. | |
| 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 |