jfrog_find_files
Locate files in JFrog Artifactory by filtering on repository, name pattern, package type, and modification times. Return full item details or a summary with count and preview.
Instructions
Find files with generic filters and response shaping.
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. | |
| cursor | No | Opaque cursor returned by a previous response. Do not parse or construct cursor values client-side. | |
| repo_key | No | Optional repository key to search. Required unless package_type is provided. Raw URLs, path separators, and control characters are rejected. | |
| 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. | |
| summary_only | No | Return only counts and an items_preview instead of the full item list. | |
| 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 | |||