jfrog_latest_files
Find files in a JFrog Artifactory repository sorted by latest modified timestamp, with filters for path, name pattern, package type, and modification date range.
Instructions
Find latest files by client-side modified timestamp sorting.
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. | |
| limit | No | Maximum number of results to return. Values below 1 are rejected; values above the configured server limit are clamped. | |
| repo_key | No | Optional repository key to search. Required unless package_type is provided. Raw URLs, path separators, and control characters are rejected. | |
| scan_limit | No | Maximum number of matching files to scan before client-side latest-file sorting. Values are clamped to the server AQL scan limit. | |
| name_pattern | No | Optional file-name pattern for Artifactory AQL matching, such as *.jar or *.zip. Path separators, raw URLs, and control characters are rejected. | |
| package_type | No | Optional Artifactory package type filter. Valid values: bower, cargo, chef, cocoapods, composer, conan, cran, debian, docker, gems, generic, gitlfs, go, gradle, helm, ivy, maven, nuget, opkg, p2, pub, puppet, pypi, rpm, sbt, swift, terraform, vagrant, yum. | |
| modified_after | No | Optional inclusive lower bound for the modified timestamp. Accepts an ISO datetime or YYYY-MM-DD, which expands to the start of that UTC day. | |
| modified_before | No | Optional inclusive upper bound for the modified timestamp. Accepts an ISO datetime or YYYY-MM-DD, which expands to the end of that UTC day. | |
| include_metadata | No | Whether search results should include repo, type, size, and timestamps. | |
| include_full_path | No | Whether search results should include path/name joined as full_path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||