Artifacts With Date in Date Range

Get all artifacts with specified dates within the given range. Search can be limited to specific repositories (local or caches).

The dateFields parameter dictates which fields will be added to the JSON returned. If any of the specified date fields of an artifact is within the specified range, the artifact will be returned.

Since: 3.2.1

Security: Requires a privileged non-anonymous user

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
required

The from parameter can be either a long value for the java epoch (milliseconds since the epoch), or an ISO8601 string value.

The to parameter can be either a long value for the java epoch (milliseconds since the epoch), or an ISO8601 string value. If to is not provided, now() will be used instead. If both parameters are omitted, 400 bad request is returned.

string

Comma-separated list of repository keys to limit search to

string
required
length ≥ 1

Comma-separated list of date fields that specify which fields the from and to values should be applied to. Supported date fields: created, lastModified, lastDownloaded.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Choose an example:
application/json
application/vnd.org.jfrog.artifactory.search.ArtifactResult+json