---
title: "Download storage metrics report for spaces as CSV."
method: GET
path: "/reports/storage/spaces"
tags: ["reporting"]
---

# Download storage metrics report for spaces as CSV.

`GET /reports/storage/spaces`

Download storage metrics report for files in a space as a CSV file. Space id is optional parameter.
Must be a server admin to access the report. Supports ISO8601 date range filters.

## Query parameters

- `space` string
- `since` string
- `until` string

## Response `200`

A CSV with usage metrics

- string, binary

## Other responses

- `401` — Not authorized

## Changes

- **2021-01-06** `8622ffc7b558` — 1 info
  - endpoint added
- **2020-09-29** `8bd7fd33f496` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/clowder-framework/apis/clowder/changes/reports/storage/spaces/get.md)

---

[API](https://skmtc.dev/clowder-framework/apis/clowder.md) · [All operations](https://skmtc.dev/clowder-framework/apis/clowder/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/clowder-framework/clowder/revisions/bcd187478e0d/schema)
