jfrog_list_path
List files and folders in a JFrog repository path to inspect artifacts and directories without modifying anything.
Instructions
List files and folders under one JFrog repository path.
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. | |
| cursor | No | Opaque cursor returned by a previous response. Do not parse or construct cursor values client-side. | |
| repo_key | Yes | JFrog repository key, for example libs-release-local. Raw URLs, path separators, and control characters are rejected. | |
| include_folders | No | Whether folder entries should be included in the response. | |
| include_timestamps | No | Whether storage-list responses should request metadata timestamps when the Artifactory instance supports that mode. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||