Skip to main content
POST
/
files
/
query_stats
Files Stats
curl --request POST \
  --url https://api.example.com/files/query_stats \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>"
}
'
{
  "total_size_bytes": 123
}

Body

application/json
project_id
string
required

Response

Successful Response

total_size_bytes
integer
required