Complete field reference for all AQL domains — item, build, promotion, property, statistic, artifact, module, dependency, and release bundle fields with types and descriptions.
This page provides the complete field reference for all AQL domains. Use these field names in your .find() criteria and .include() output specifications.
You may issue a find request on any primary domain, and configure your request to display fields from any of the related domains. For information on cross-domain field paths, see Query Structure and Syntax.
Item Domain Fields
Field Name
Type
Description
repo
String
The name of the repository in which this item is stored.
path
String
The full path associated with this item. Note: The path for a folder should not include a /*, whereas for items it is required.
name
String
The name of the item.
created
Date
The date when the item was created.
modified
Date
File system timestamp indicating when the item was last modified.
updated
Date
When the item was last uploaded to a repository.
created_by
String
The name of the item owner.
modified_by
String
The name of the last user that modified the item.
type
Enum
The item type (file/folder/any). If type is not specified in the query, the default type searched for is file.
depth
Int
The depth of the item in the path from the root folder.
original_md5
String
The item's MD5 hash code when it was originally uploaded.
actual_md5
String
The item's current MD5 hash code.
original_sha1
String
The item's SHA1 hash code when it was originally uploaded.
actual_sha1
String
The item's current SHA1 hash code.
sha256
String
The item's SHA256 hash code. Supported from Artifactory version 5.5.
size
Long
The item's size on disk.
virtual_repos
String
The virtual repositories which contain the repository in which this item is stored.
The source service identifier for the release bundle.
Release Artifact Fields
Field Name
Type
Description
path
String
The release artifact full repo path.
Item Info Domain Fields
The Item Info domain provides metadata about property modifications on items. It can be queried as a primary domain using item.infos.find(...).
Field Name
Type
Description
item_id
Long
The ID of the item associated with this info record.
props_modified
Date
The date when the item's properties were last modified.
props_modified_by
String
The name of the user who last modified the item's properties.
props_md5
String
The MD5 checksum of the item's properties.
Deprecated Domains and Fields
📘
Deprecated: Archive Domain
The Archive domain and all related fields are deprecated and no longer functional since Q3 2024. Using any archive-related syntax will result in a query parsing error.
The following fields are deprecated and should not be used: