# Fetch peak storage This operation is deprecated in 2.0. This operation shows the amount of peak recording and VOD stream storage used for the account. The default time frame is from the last billing date to the end of the current day. Endpoint: GET /usage/storage/peak Version: v2.0 ## Query parameters: - `from` (string) The start of the range of time you want to view. Specify YYYY-MM-DD HH:MM:SS where HH is a 24-hour clock in UTC. You can also specify last_bill_date. Default: last billing date - `to` (string) The end of the range of time you want to view. Specify YYYY-MM-DD HH:MM:SS where HH is a 24-hour clock in UTC. You can also specify last_bill_date. Default: end of the current day ## Response 200 fields (application/json): - `bytes` (integer) The amount, in bytes, used to store recordings and VOD streams during the selected time frame. If the time frame is in the past, bytes is the amount of storage that was used and billed. If the time frame includes the current billing period, bytes is the greatest amount of content stored in Wowza Video at any point to date in the billing period. Example: 163535997883 - `limits` (object) The time frame represented in the response. Example: {"from":"2019-12-07T00:00:00.000Z","to":"2019-12-21T00:00:00.000Z"} - `limits.from` (string) The start of the range of time represented in the response. Example: "2019-12-07T00:00:00.000Z" - `limits.to` (string) The end of the range of time represented in the response. Example: "2019-12-21T00:00:00.000Z" ## 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)