List

Retrieve a list of all Directories.

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
parent_idstring or null

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

descriptionstring or null
Description of the directory.
readmestring or null
Long description of the directory.

Errors