Hi @<1788378337601654784:profile|DelightfulMosquito39> , you can use this:
from clearml.backend_api import Session
s = Session()
print(s.config.get("api"))
You can replace the api with sdk, or any other section in the configuration for example
from clearml.backend_api import Session
s = Session()
print(s.config.get("sdk"))