slide_search_agent_files
Search file paths indexed on a protected agent system. Locate files by search term with pagination and sorting options to quickly identify relevant results.
Instructions
Search the file paths indexed on an agent's protected system (requires file indexing to be enabled on the agent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return per page. Defaults to 10. | |
| offset | No | Starting index for pagination. Defaults to 0. | |
| sort_by | No | Field to sort by. Defaults to "path". | |
| agent_id | Yes | Agent ID. | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| search_term | Yes | The search term for file paths. Must be URL-encoded. |