Label map for a given dataset/project

Hi, we need the label map for a given dataset/project. I.e {0: ‘human’, 1: ‘car’}. Is it possible to get this information through the Python SDK?

You can do that for projects that have ontology set up. Go to the project Settings > Label editor and click Edit. This will take you to the ontology selection screen. There you can check out the existing ontology json.
To get it via SDK: print(project.ontology());