Fetch a feed file

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).

Path Params
string
required

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

For example, the path '/public/risklists/default_ip_risklist.csv' would be URL encoded as '%2Fpublic%2Frisklists%2Fdefault_ip_risklist.csv'
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/octet-stream