Getting storage information

saagieapi.storages.get_info

Example :

saagieapi.storages.get_info(project_id="860b8dc8-e634-4c98-b2e7-f9ec32ab4771",
                            job_id="f5fce22d-2152-4a01-8c6a-4c2eb4808b6d")

Response payload example :

{
    "id":"89bf5f86-3fc3-4bf6-879b-7ca8eafe6c4f",
    "name":"storage Jupyter Notebook (0)",
    "size":"64 MB",
    "description":"Autogenerated storage from app installation for \"/notebooks-dir\" path in \"Jupyter Notebook\" app.",
    "creationDate":"2022-08-26T13:12:05.363Z",
    "creator":"user.name",
    "linkedApp":{
        "id":"6871e9a2-2c06-45fe-bf8d-6356090f1d1d",
        "name":"Jupyter Notebook",
        "versions":[
            {
                "number":1,
                "volumesWithPath":[
                    {
                        "path":"/notebooks-dir",
                        "volume":{
                            "id":"89bf5f86-3fc3-4bf6-879b-7ca8eafe6c4f"
                        }
                    }
                ]
            }
        ],
        "currentVersion":{
            "number":1,
            "volumesWithPath":[]
        }
    }
}