jfrog_get_tree
Retrieve a bounded file and folder tree from a JFrog Artifactory repository using storage metadata traversal. Specify path, depth, limit, and file/folder filters to explore repository structure.
Instructions
Get a bounded file/folder tree using storage metadata traversal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Repository-relative path using forward slashes. Omit, empty string, '.', or '/' for the repository root; '..', backslashes, raw URLs, and control characters are rejected. | |
| depth | No | Traversal depth. Defaults by tool and is capped by the configured JFROG_MAX_DEPTH value. | |
| limit | No | Maximum number of results to return. Values below 1 are rejected; values above the configured server limit are clamped. | |
| repo_key | Yes | JFrog repository key, for example libs-release-local. Raw URLs, path separators, and control characters are rejected. | |
| include_files | No | Whether file entries should be included in the response. | |
| include_folders | No | Whether folder entries should be included in the response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||