POST
/
files
/
query_stats
Files Stats
curl --request POST \
  --url https://trace.wandb.ai/files/query_stats \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "project_id": "<string>"
}'
{
  "total_size_bytes": 123
}

Authorizations

Authorization
string
header
required

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

Body

application/json
project_id
string
required

Response

Successful Response

total_size_bytes
integer
required