Get

Fetches a directory by ID.

Path parameters

idstringRequired

String ID of directory. Starts with dir_.

Headers

X-API-KEYstringRequired

Response

Successful Response
idstring

String ID of directory. Starts with dir_.

namestring
Name of the directory.
pathstring

Path to the directory, relative to the root directory. Includes name, e.g. path/to/directory.

tagslist of strings
List of tags associated with the directory.
created_atdatetime
updated_atdatetime
subdirectorieslist of objects
List of subdirectories in the directory.
fileslist of objects
List of files in the directory.
parentslist of objects
List of parent directories of the directory.
parent_idstringOptional

ID of the parent directory. Will be None if the directory is the root directory. Starts with dir_.

descriptionstringOptional
Description of the directory.
readmestringOptional
Long description of the directory.

Errors