Get the Configured Retention Policies Listpost https://{jfrog_url}/artifactory/api/v1/bundle/retention/reportFinds the bundles that are candidates for retention according to the configuration type.Query ParamsoffsetintegerDefaults to 0Offset in set of all fitting bundle versions (fitting by retention config). Default is 0.limitintegerDefaults to 100Maximum amount of items to return. Default is 100.order_bystringenumDefaults to distribution_timeOrder by field. Default is "distribution_time".bundle_namebundle_versiondistribution_timekeepAllowed:bundle_namebundle_versiondistribution_timekeepdirectionstringenumDefaults to ascSort direction. Default is "asc".ascdescAllowed:ascdescpatternstringDefaults to *Case insensitive name/version pattern, where "" is allowed as the wild card. Default is "".Body Paramsinclude_keepbooleanInclude bundles marked as keeptruefalsetypestringenumrequiredThe retention policy typeMAX_VERSIONS_PER_RELEASE_BUNDLEMAX_DAYS_TO_KEEPAllowed:MAX_VERSIONS_PER_RELEASE_BUNDLEMAX_DAYS_TO_KEEPResponses 200Success 400Bad Request 401Bad Credentials - The provided authentication is invalid. 403Permission Denied - The user does not have the necessary permissions to perform this action. 405Method Not Allowed - This endpoint is not available on this Artifactory instance configuration. 500Internal Server ErrorUpdated 13 days ago