# Retrieve the status and statistics for data storage

Retrieves statistics and status information for the data storage layer.

Endpoint: GET /api/status/datastorage
Version: v1.0
Security: OAuth2

## Response 200 fields (application/json:):

  - `statistics` (object,null)
    Statistics of the data storage

  - `self` (object)
    Represents a link to a resource.

  - `self.href` (string,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `self.filename_properties` (array,null)
    Gets or sets the URI that points to the resource this link refers to.

  - `self.title` (string,null)
    Gets or sets the title that describes this link.

  - `self.templated` (boolean)
    Whether the contained URI is a template.


## Response 401 fields
