Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string<uuid>
required
x-workspace-id
string<uuid>
required

Query Parameters

folder
string
required

The path of the folder to retrieve statistics for.

library_id
string

The ID of the library to retrieve statistics for.

Response

200 - application/json

Folder statistics retrieved successfully.

Statistics related to folders and files within a workspace.

total_folders
integer

The total number of folders.

total_files
integer

The total number of files.

total_size
integer

The total size of all files in bytes.