list_labs
Recursively list all labs in EVE-NG from a specified folder path, with optional case-insensitive search to filter matching labs.
Instructions
Recursively list every lab under path (default: the whole server).
Always recursive -- listing a specific folder walks the tree starting there, not just that one level. EVE-NG's API has no recursive-listing endpoint, so this walks every folder in the tree itself, with loop protection (skips every ".." entry, never revisits a folder, and hard max_depth/max_folders ceilings).
Args:
path: Folder to start from, default "/" (the whole server).
search: Case-insensitive substring to match against each
lab's path or file name -- same matching convention as
delete_lab/open_lab. Empty (the default) matches every
lab found under path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | / | |
| search | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||