Retrofit 2 check call URL
Log.d(TAG, "onResponse: ConfigurationListener::"+call.request().url());
Assuming you're using OkHttp alongside Retrofit, you could do something like:
dummyService.exampleList("partialDummy").request().url().toString()
which according to the OkHttp docs should print:
https://www.google.com/dummy/partialDummy