Folders

Get folder metadata

Get metadata for a folder (name, thumbnail, file count, timestamps) without enumerating its files.

get/v2/folders/{folder_id}/meta

Path parameters

folder_idstring required

ID of the folder to get metadata for

Response

Response from the GET /v2/folders/{folder_id}/meta endpoint.

idstring required

The ID of the folder.

namestring required

The name of the folder.

thumbnail_urlstring nullable required

A URL to a thumbnail image of the folder. Null if the folder has no files.

file_countinteger required

The number of files in the folder.

updated_atstring date-time required

The UTC ISO 8601 time at which the folder was last updated.

created_atstring date-time required

The UTC ISO 8601 time at which the folder was created.

Changes