List Files & Folders

List all files and folders inside of a given folder.

Input Fields

  • Input
    • Parent Folder ID (text, REQUIRED): The hash that serves as a file identifier.

Output Fields

  • Output
    • Children (Collection of Objects) : A collection of objects representing each child item inside the given folder, including both files and folders.
      • File or Folder ID: The ID of the child file or folder
      • Type: The type of the child element- if it’s a file, this will have the value “File”, if it’s a folder, this field will be set to “Folder”