diff --git a/api-openbis-python3-pybis/src/python/pybis/pybis.py b/api-openbis-python3-pybis/src/python/pybis/pybis.py
index 783ff82fc6ea0e66a727aaa1b55ad6f7ea8d14a1..12db718e525b77b21d57f153225f218082d189c6 100644
--- a/api-openbis-python3-pybis/src/python/pybis/pybis.py
+++ b/api-openbis-python3-pybis/src/python/pybis/pybis.py
@@ -1291,6 +1291,7 @@ class Openbis:
                 "Could not connecto to the openBIS server. Please check your internet connection, the specified hostname and port."
             ) from exc
         if resp.ok:
+            print(f"RESPONSE:{resp}")
             resp = resp.json()
             if "error" in resp:
                 print(json.dumps(request))