# Get the list of available monthly custom reports returns "OK" response require "datadog_api_client" DatadogAPIClient::V2.configure do |config| config.unstable_operations["v1.get_monthly_custom_reports".to_sym] = true end api_instance = DatadogAPIClient::V1::UsageMeteringAPI.new p api_instance.get_monthly_custom_reports()