Search for Package Archivespost https://{jfrog_url}/artifactory/api/retention/searchPackagesSearch for archived artifacts based on AQL query. This Cold Storage feature is available only for Artifactory Enterprise and Enterprise+ users.Query ParamsprojectKeystringOptional. If provided, searches policies only for the specified project. If not provided, searches all global-level policies.Body ParamspackageTypestringrequiredThe package type to search for (for example, Docker).repositoriesarray of stringsrequiredThe repositories to include in the search results.repositories*ADD stringnamestringrequiredThe package name pattern to include in the search results.versionstringThe package version to include in the search results.archiveTimeFromint64The earliest archive time to include in the search results.archiveTimeToint64The latest archive time to include in the search results.Responses 200Completed 400Bad Request 401Bad Credentials - The provided authentication is invalid. 403Permission Denied - The user does not have the necessary permissions to perform this action. 500Internal Server ErrorUpdated about 2 months ago