Download a file from the Fusion file system by path, including Fusion flow outputs and public Recorded Future-managed files.
What this endpoint does
Downloads a file from the Fusion file system by path. Fusion files are outputs produced by Fusion flows — typically custom risk lists, enriched feeds, and flow-generated data stored in /home/{org}/ directories. Public Recorded Future-managed files (e.g., default risk lists) live under /public/risklists/. To discover available file paths, use Fusion Files: List Directory. To check if a file has changed since your last download without fetching it, use Fusion Files: Stat. Path values must be URL-encoded (forward slashes become %2F).
Response data
Returns the file as a binary stream (application/octet-stream) — write directly to disk, do not parse as JSON. The content format depends on the file (CSV for risk lists, or whatever the producing Fusion flow outputs).
