Get size of study - the easy way?

Hello,

REST API: is it some how possible to get the “FileSize” of an Study without going through each instance and check/add the size of every single image?

I’d like to generate performance statistics for transfers, but the calculation takes a lot of time if i go through 3000-5000 single instances per Study (1-3 Minutes)

best regards,

Ben

Hello,

Check out the “/studies/…/statistics” URI. For instance:

curl http://localhost:8042/studies/6e2c0ec2-5d99c8ca-c1c21cee-79a09605-68391d12/statistics

Sébastien-

Perfect, thanks Sébastien!