Is there any way to retrieve the project status field using the Python API. It does not seem to be contained in the get_metadata result.
Hi,
The project status can be read from the project settings:
project.get_settings().get_raw()["projectStatus"]