# Fetch current storage This operation was introduced and deprecated in 2.0. This operation shows the total amount of recording and VOD stream storage used for the account at the current, or present, time of the request. ' Endpoint: GET /usage/storage/current Version: v2.0 ## Response 200 fields (application/json): - `recording_bytes` (integer) The amount, in bytes, used to store all recordings. Example: 1057200777662 - `vod_stream_bytes` (integer) The amount, in bytes, used to store all VOD streams. Example: 2142226694010 ## Response 401 fields (application/json): - `meta` (object, required) - `meta.status` (integer) - `meta.code` (string) - `meta.title` (string) - `meta.message` (string) - `meta.description` (string) - `meta.links` (array)