<!-- נוצר אוטומטית ממקור התיעוד הקנוני של Teloring. אין לערוך קובץ זה. -->

עמוד קנוני: https://docs.teloring.com/he/api/get-file-stats
עודכן לאחרונה: 2026-08-20T20:52:05.000Z

# Get storage statistics

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";
import Translate from "@docusaurus/Translate";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Get storage statistics"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/files/stats"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Total files and bytes stored, against the plan's storage quota, broken down by
category.

The quota comes back with the usage because a number with nothing to measure it
against is why an upload starts failing "for no reason". `quota_bytes: null`
means the plan has no ceiling.

<ParamsDetails>
  
</ParamsDetails>

<RequestSchema
  {...require("./get-file-stats.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./get-file-stats.StatusCodes.json")}
>
  
</StatusCodes>
