Basic

Retrieve folder by path

Retrieve details about a specific folder in the file manager using its path.

get/files/2026-09-beta/folders/{folderPath}

Path parameters

folderPathstring required

The path of the folder to retrieve.

Query parameters

propertiesstring[]

A comma-separated list of property names to include in the response. This allows you to specify which folder properties you want to retrieve.

Response

successful operation

archivedboolean required

A boolean indicating whether the folder is archived.

archivedAtstring date-time

The date and time when the folder was archived, in ISO 8601 format.

createdAtstring date-time required

The date and time when the folder was created, in ISO 8601 format.

idstring required

The unique ID for the folder, represented as a string.

namestring

The name of the folder, represented as a string.

parentFolderIdstring

The unique identifier of the parent folder, represented as a string.

pathstring

The path of the folder within the file system, represented as a string.

updatedAtstring date-time required

The date and time when the folder was last updated, in ISO 8601 format.