Skip to main content
GET
/
folders
/
{folderId}
/
count
curl https://app.drime.cloud/api/v1/folders/123/count \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "count": 16
}

Documentation Index

Fetch the complete documentation index at: https://docs.drime.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Returns the total count of items (files and subfolders) in a specific folder.

Path Parameters

folderId
integer
required
The folder ID

Response

count
integer
Number of items in the folder
curl https://app.drime.cloud/api/v1/folders/123/count \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "count": 16
}