Passer au contenu principal
POST
/
files
/
query_stats
Statistiques des fichiers
curl --request POST \
  --url https://api.example.com/files/query_stats \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "project_id": "<string>"
}
'
{
  "total_size_bytes": 123
}

Autorisations

Authorization
string
header
requis

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Corps

application/json
project_id
string
requis

Réponse

Réponse réussie

total_size_bytes
integer
requis