Fetch the content of a directory

List files and subdirectories in a Fusion file system directory to discover available outputs before downloading.

What this endpoint does

Lists the contents of a directory in the Fusion file system, returning metadata for all files and subdirectories at that path. Use this to discover available files before downloading with Fusion Files: Get. Common starting paths: /public/risklists (Recorded Future-managed risk list files) and /home (organization-specific directories). Path values must be URL-encoded (forward slashes become %2F).

Response data

Returns the directory listing with file and subdirectory metadata — name, path, format, SHA-256 hash, creation timestamp, size, and owner for each entry. Use the path from a file entry directly as the path parameter in Fusion Files: Get to download it, or in Fusion Files: Stat for change detection.

Path Params
string
required

Directory path. Special characters may be required to be URL encoded depending on which HTTP client is used.

For example, the path '/public/risklists' would be URL encoded as '%2Fpublic%2Frisklists'
where the '/' character is encoded as '%2F'. See an HTML URL Encoding Reference for the full encoding table.

Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json