List Environments GET /apps/:app_id/environments Retrieve a list of environments for a given app ID. Args: app_id (str): The ID of the app to retrieve environments for. Returns: List[EnvironmentOutput]: A list of environment objects. Request Responses200422Successful ResponseValidation Error